Skip to content

Commit

Permalink
numpy<2.0.0, 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sotetsuk committed Nov 3, 2024
1 parent 5b0fb6c commit 09c385f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: install
run: |
if [ "${{ matrix.python-version }}" = "3.9" ]; then
pip install "numpy<2.0.0" "jax==0.4.25" "jaxlib==0.4.25"
pip install "numpy<2.0.0" "jax==0.4.6" "jaxlib==0.4.6"
else
pip install jax jaxlib
fi
Expand Down

0 comments on commit 09c385f

Please sign in to comment.