Skip to content

Commit 58980af

Browse files
committed
Pin qutip-qtrl version
Numpy 2.0 will be fixed above 0.1.3
1 parent b5d31b1 commit 58980af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def extract_version(version_file):
2020
'bloch_sphere_visualization': ['qutip', 'matplotlib'],
2121
'fancy_progressbar': ['ipynbname', 'jupyter'],
2222
'doc': ['jupyter', 'nbsphinx', 'numpydoc', 'sphinx', 'sphinx_rtd_theme',
23-
'ipympl', 'qutip-qip', 'qutip-qtrl'],
23+
'ipympl', 'qutip-qip', 'qutip-qtrl>0.1.3'],
2424
'tests': ['pytest>=4.6', 'pytest-cov', 'codecov']}
2525

2626
extras_require['all'] = list({dep for deps in extras_require.values() for dep in deps})

0 commit comments

Comments
 (0)