mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Use scipy 1.13.0 instead of scipy 1.13.0rc1 in CI.
scipy 1.13.0 was just released. PiperOrigin-RevId: 621552425
This commit is contained in:
parent
e2f47748e3
commit
1db4af1c3c
2
.github/workflows/wheel_win_x64.yml
vendored
2
.github/workflows/wheel_win_x64.yml
vendored
@ -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
|
||||
|
||||
|
2
.github/workflows/windows_ci.yml
vendored
2
.github/workflows/windows_ci.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user