mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 12:26:07 +00:00
CI: update NumPy build version to 2.0.0rc2
PiperOrigin-RevId: 633233231
This commit is contained in:
parent
de14e3b32e
commit
35a512dadf
2
.github/workflows/wheel_win_x64.yml
vendored
2
.github/workflows/wheel_win_x64.yml
vendored
@ -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 `
|
||||
|
2
.github/workflows/windows_ci.yml
vendored
2
.github/workflows/windows_ci.yml
vendored
@ -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 '\\','\\') `
|
||||
|
Loading…
x
Reference in New Issue
Block a user