Bump IBMQuantumExperience dependency to 1.9 (#437)

This commit is contained in:
Diego M. Rodríguez 2018-04-30 19:17:14 +02:00 committed by Ali Javadi-Abhari
parent 298d42d1cc
commit b6815da4f5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
IBMQuantumExperience>=1.8.29
IBMQuantumExperience>=1.9.0
matplotlib>=2.1,<2.2
networkx>=2.0,<2.1
numpy>=1.13,<1.15

View File

@ -27,7 +27,7 @@ from setuptools.dist import Distribution
requirements = [
"IBMQuantumExperience>=1.8.29",
"IBMQuantumExperience>=1.9.0",
"matplotlib>=2.1,<2.2",
"networkx>=2.0,<2.1",
"numpy>=1.13,<1.15",