From 1db4af1c3c41998d89519c56d0066b7268a1b594 Mon Sep 17 00:00:00 2001 From: Peter Hawkins Date: Wed, 3 Apr 2024 09:44:27 -0700 Subject: [PATCH] Use scipy 1.13.0 instead of scipy 1.13.0rc1 in CI. scipy 1.13.0 was just released. PiperOrigin-RevId: 621552425 --- .github/workflows/wheel_win_x64.yml | 2 +- .github/workflows/windows_ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheel_win_x64.yml b/.github/workflows/wheel_win_x64.yml index a6d310fb1945..33457ab3db55 100644 --- a/.github/workflows/wheel_win_x64.yml +++ b/.github/workflows/wheel_win_x64.yml @@ -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 diff --git a/.github/workflows/windows_ci.yml b/.github/workflows/windows_ci.yml index 234187e386d3..811f09512f79 100644 --- a/.github/workflows/windows_ci.yml +++ b/.github/workflows/windows_ci.yml @@ -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