Skip to content

Commit

Permalink
[DEM-NNN] fix qiskit dependency on 0.6.x
Browse files Browse the repository at this point in the history
0.7.x has changed the backend infrastructure considerably, so
for now stick to 0.6.x while we refactor things to be compatible
with the new stuff.
  • Loading branch information
Koen Martens committed Dec 19, 2018
1 parent 30924b9 commit f61b152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ def get_version_number(module):
packages=['quantuminspire', 'quantuminspire.qiskit', 'quantuminspire.projectq'],
install_requires=['pytest>=3.3.1', 'coverage>=4.5.1',
'coreapi>=2.3.3', 'numpy', 'jupyter'],
extras_require={'qiskit': ["qiskit>=0.6.1"], 'projectq': ["projectq>=0.4"]})
extras_require={'qiskit': ["qiskit>=0.6.1, <0.7.0"], 'projectq': ["projectq>=0.4"]})
2 changes: 1 addition & 1 deletion src/quantuminspire/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.0'
__version__ = '0.3.1'

0 comments on commit f61b152

Please sign in to comment.