Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
Signed-off-by: Stephanie Wang <[email protected]>
  • Loading branch information
stephanie-wang committed Jul 27, 2023
1 parent 79c7b18 commit 710e8fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions release/nightly_tests/dataset/app_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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") }}

0 comments on commit 710e8fa

Please sign in to comment.