about summary refs log tree commit diff
path: root/pkgs/development/python-modules/qiskit/setup.py.patch
blob: 9c4224ce64c68c6b1597103798566cf65b689115 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/setup.py
+++ b/setup.py
@@ -18,13 +18,13 @@ from setuptools.dist import Distribution
 
 requirements = [
     "IBMQuantumExperience>=1.9.2",
-    "matplotlib>=2.1,<2.2",
-    "networkx>=2.0,<2.1",
-    "numpy>=1.13,<1.15",
-    "ply==3.10",
-    "scipy>=0.19,<1.2",
-    "sympy>=1.0,<1.2",
-    "pillow>=4.2.1,<5.2"
+    "matplotlib>=2.1",
+    "networkx>=2.0",
+    "numpy>=1.13",
+    "ply>=3.10",
+    "scipy>=0.19",
+    "sympy>=1.0",
+    "pillow>=4.2.1"
 ]