Skip to content

Commit

Permalink
[DEM-NNN] setup version check for Qiskit (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
QFer authored May 3, 2019
1 parent 0bfb6d8 commit 1493a17
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, <=0.8.1"], 'projectq': ["projectq>=0.4"]})
extras_require={'qiskit': ["qiskit>=0.7.0, <0.9.0"], 'projectq': ["projectq>=0.4"]})

0 comments on commit 1493a17

Please sign in to comment.