Bump api version to 1.9.2 (#558)

This commit is contained in:
Diego M. Rodríguez 2018-06-11 12:24:06 +02:00 committed by Juan Gomez
parent ae01c908f3
commit 26a897d603
2 changed files with 2 additions and 2 deletions

View File

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

View File

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