Skip to content

Commit

Permalink
fix jax and jaxlib version 0.4.28
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick committed May 12, 2024
1 parent 9eb39ee commit 18d61e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install fixed version jax and jaxlib
run: |
python -m pip install 'jax==0.4.23' 'jaxlib==0.4.23'
python -m pip install 'jax==0.4.28' 'jaxlib==0.4.28'
- name: Install qutip-jax from GitHub
if: ${{ matrix.qutip-version == '@master'}}
Expand Down
4 changes: 2 additions & 2 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy>=1.16.6
scipy>=1.10.1
jax>=0.4.23
jaxlib>=0.4.23
jax==0.4.28
jaxlib==0.4.28
qutip>=5.0.1
cython>=0.29.33
numpydoc==1.5.0
Expand Down
4 changes: 2 additions & 2 deletions doc/rtd-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ channels:
dependencies:
- numpy>=1.16.6
- scipy>=1.10.1
- jax>=0.4.23
- jaxlib>=0.4.23
- jax==0.4.28
- jaxlib==0.4.28
- cython>=0.29.33
- sphinx==6.1.3
- sphinx_rtd_theme==1.2.0
Expand Down

0 comments on commit 18d61e7

Please sign in to comment.