File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 36
36
JAXLIB_RELEASE : true
37
37
run : |
38
38
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
39
41
"C:\\msys64\\;C:\\msys64\\usr\\bin\\;" >> $env:GITHUB_PATH
40
42
python.exe build\build.py --bazel_options=--color=yes --verbose
41
43
Original file line number Diff line number Diff line change 46
46
run : |
47
47
cd jax
48
48
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
49
51
"C:\\msys64\\;C:\\msys64\\usr\\bin\\;" >> $env:GITHUB_PATH
50
52
python.exe build\build.py ('--bazel_options=--override_repository=xla=${{ github.workspace }}\xla' -replace '\\','\\') --bazel_options=--color=yes
51
53
You can’t perform that action at this time.
0 commit comments