Skip to content

Commit

Permalink
update qutip-jax installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick committed Apr 11, 2024
1 parent 18b3a3c commit 56ff315
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
run: |
python -m pip install jax jaxlib
- name: Install qutip-jax from GitHub
- name: Install qutip-jax
if: ${{ matrix.qutip-version == '@master'}}
run: |
python -m pip install 'git+https://github.com/qutip/qutip-jax.git'
python -m pip install qutip-jax
- name: Install qutip-qoc
# Installing in-place so that coveralls can locate the source code.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ jax>=0.4.23
jaxlib>=0.4.23
qutip>=5.0.1
qutip-qtrl @ git+https://github.com/flowerthrower/qutip-qtrl@patrick/parameterize_crab
qutip-jax @ git+https://github.com/qutip/qutip-jax.git@master
qutip-jax
pre-commit
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install_requires =
packaging
qutip
qutip-qtrl @ git+https://github.com/flowerthrower/qutip-qtrl@patrick/parameterize_crab
qutip-jax @ git+https://github.com/qutip/qutip-jax.git@master
qutip-jax
setup_requires =
cython>=1.0
packaging
Expand Down

0 comments on commit 56ff315

Please sign in to comment.