Skip to content

Commit

Permalink
limiting the version of qiskit for compatibility reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
QFer committed May 2, 2019
1 parent 5fd1614 commit f687c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ def get_long_description():
packages=['quantuminspire', 'quantuminspire.qiskit', 'quantuminspire.projectq'],
install_requires=['pytest>=3.3.1', 'coverage>=4.5.1', 'matplotlib>=2.1',
'coreapi>=2.3.3', 'numpy', 'jupyter'],
extras_require={'qiskit': ["qiskit>=0.7.0"], 'projectq': ["projectq>=0.4"]})
extras_require={'qiskit': ["qiskit>=0.7.0, <=0.8.1"], 'projectq': ["projectq>=0.4"]})

0 comments on commit f687c27

Please sign in to comment.