Skip to content

Commit

Permalink
remove dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick committed Jun 8, 2024
1 parent 0a62ba5 commit 4c7a3ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ install_requires =
jaxlib
packaging
qutip
qutip-qtrl @ git+https://github.com/qutip/qutip-qtrl.git@master
qutip-jax @ git+https://github.com/qutip/qutip-jax.git@master
# qutip-qtrl (uncomment once version was updated)
# qutip-jax (uncomment once release was made)
setup_requires =
cython>=1.0
packaging
Expand All @@ -44,5 +44,7 @@ where = src
[options.extras_require]
tests =
pytest>=6.0
qutip-qtrl @ git+https://github.com/qutip/qutip-qtrl.git@master
qutip-jax @ git+https://github.com/qutip/qutip-jax.git@master
full =
%(tests)s

0 comments on commit 4c7a3ba

Please sign in to comment.