From 4c7a3ba94d0d5c3ca0ecd1b73c58136b9a2d4b75 Mon Sep 17 00:00:00 2001 From: Patrick <> Date: Sat, 8 Jun 2024 12:28:30 +0200 Subject: [PATCH] remove dependencies --- setup.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index da52e37..56c88de 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -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