CI: update NumPy build version to 2.0.0rc2

PiperOrigin-RevId: 633233231
This commit is contained in:
Jake VanderPlas 2024-05-13 09:18:04 -07:00 committed by jax authors
parent de14e3b32e
commit 35a512dadf
2 changed files with 2 additions and 2 deletions

View File

@ -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 `

View File

@ -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 '\\','\\') `