Skip to content

Commit

Permalink
limit numpy version <2
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Hopf committed Jun 29, 2024
1 parent 191c819 commit 8b489b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install qutip-qtrl from GitHub
if: ${{ matrix.qutip-version == '@master'}}
run: |
python -m pip install 'git+https://github.com/qutip/qutip-qtrl.git@patrick/patch_numpy2'
python -m pip install 'git+https://github.com/qutip/qutip-qtrl.git'
- name: Install fixed version jax and jaxlib
run: |
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.16.6
numpy>=1.16.6,<2.0
scipy>=1.10.1
jax==0.4.28
jaxlib==0.4.28
Expand Down
2 changes: 1 addition & 1 deletion doc/rtd-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: rtd-environment
channels:
- conda-forge
dependencies:
- numpy>=1.16.6
- numpy>=1.16.6,<2.0
- scipy>=1.10.1
- cython>=0.29.33
- sphinx==6.1.3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cython>=1.0
numpy>=1.16.6
numpy>=1.16.6,<2.0
scipy>=1.10.1
jax==0.4.28
jaxlib==0.4.28
Expand Down

0 comments on commit 8b489b6

Please sign in to comment.