From 710e8fa843084e621756be399c15d85b470dbdbd Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Thu, 27 Jul 2023 17:15:10 -0500 Subject: [PATCH] fix? Signed-off-by: Stephanie Wang --- release/nightly_tests/dataset/app_config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/release/nightly_tests/dataset/app_config.yaml b/release/nightly_tests/dataset/app_config.yaml index deaa9dfa517a..bf7389d1e7f5 100644 --- a/release/nightly_tests/dataset/app_config.yaml +++ b/release/nightly_tests/dataset/app_config.yaml @@ -5,6 +5,9 @@ python: - boto3 - tqdm - mosaicml-streaming + # Temporary fix to get around docker issue. + - typing-extensions<4.6.0 + conda_packages: [] post_build_cmds: @@ -14,6 +17,4 @@ post_build_cmds: # doesn't actually use tensorflow, but in the long term, but we should # consider upgrading to tensorflow 2.7 as a long term solution. - pip install -U numpy>=1.20 - # Temporary fix to get around docker issue. - - pip install typing-extensions<4.6.0 - {{ env["RAY_WHEELS_SANITY_CHECK"] | default("echo No Ray wheels sanity check") }}