Skip to content

Commit

Permalink
Use scipy 1.13.0 instead of scipy 1.13.0rc1 in CI.
Browse files Browse the repository at this point in the history
scipy 1.13.0 was just released.

PiperOrigin-RevId: 621552425
  • Loading branch information
hawkinsp authored and jax authors committed Apr 3, 2024
1 parent e2f4774 commit 1db4af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheel_win_x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
python -m pip install -r build/test-requirements.txt
python -m pip uninstall -y matplotlib
python -m pip install --pre --upgrade numpy==2.0.0rc1 scipy==1.13.0rc1
python -m pip install --pre --upgrade numpy==2.0.0rc1 scipy==1.13.0
"C:\\msys64\\;C:\\msys64\\usr\\bin\\;" >> $env:GITHUB_PATH
python.exe build\build.py --bazel_options=--color=yes --verbose
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cd jax
python -m pip install -r build/test-requirements.txt
python -m pip uninstall -y matplotlib
python -m pip install --pre --upgrade numpy==2.0.0rc1 scipy==1.13.0rc1
python -m pip install --pre --upgrade numpy==2.0.0rc1 scipy==1.13.0
"C:\\msys64\\;C:\\msys64\\usr\\bin\\;" >> $env:GITHUB_PATH
python.exe build\build.py ('--bazel_options=--override_repository=xla=${{ github.workspace }}\xla' -replace '\\','\\') --bazel_options=--color=yes
Expand Down

0 comments on commit 1db4af1

Please sign in to comment.