Skip to content

Commit

Permalink
CI: update NumPy build version to 2.0.0rc2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 633233231
  • Loading branch information
Jake VanderPlas authored and jax authors committed May 13, 2024
1 parent de14e3b commit 35a512d
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 @@ -40,7 +40,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.0
python -m pip install --pre --upgrade numpy==2.0.0rc2 scipy==1.13.0
"C:\\msys64\\;C:\\msys64\\usr\\bin\\;" >> $env:GITHUB_PATH
python.exe build\build.py `
--bazel_options=--color=yes `
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 @@ -50,7 +50,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.0
python -m pip install --pre --upgrade numpy==2.0.0rc2 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 '\\','\\') `
Expand Down

0 comments on commit 35a512d

Please sign in to comment.