Skip to content

Commit 1159691

Browse files
hawkinspjax authors
authored andcommitted
[JAX] Update JAX CI dockerfiles to use NumPy 2.0.0rc1, SciPy 1.13.0rc1, and ml_dtypes 0.4.0.
Change in preparation for releasing JAX with NumPy 2.0 support. PiperOrigin-RevId: 621354875
1 parent b740187 commit 1159691

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/wheel_win_x64.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
JAXLIB_RELEASE: true
3737
run: |
3838
python -m pip install -r build/test-requirements.txt
39+
python -m pip uninstall -y matplotlib
40+
python -m pip install --pre --upgrade numpy==2.0.0rc1 scipy==1.13.0rc1
3941
"C:\\msys64\\;C:\\msys64\\usr\\bin\\;" >> $env:GITHUB_PATH
4042
python.exe build\build.py --bazel_options=--color=yes --verbose
4143

.github/workflows/windows_ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
run: |
4747
cd jax
4848
python -m pip install -r build/test-requirements.txt
49+
python -m pip uninstall -y matplotlib
50+
python -m pip install --pre --upgrade numpy==2.0.0rc1 scipy==1.13.0rc1
4951
"C:\\msys64\\;C:\\msys64\\usr\\bin\\;" >> $env:GITHUB_PATH
5052
python.exe build\build.py ('--bazel_options=--override_repository=xla=${{ github.workspace }}\xla' -replace '\\','\\') --bazel_options=--color=yes
5153

0 commit comments

Comments
 (0)