qiskit: init at 0.4.15
This commit is contained in:
19
pkgs/development/python-modules/qiskit/setup.py.patch
Normal file
19
pkgs/development/python-modules/qiskit/setup.py.patch
Normal file
@@ -0,0 +1,19 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -28,11 +28,11 @@ from setuptools.dist import Distribution
|
||||
|
||||
requirements = [
|
||||
"IBMQuantumExperience>=1.8.29",
|
||||
- "matplotlib>=2.1,<2.2",
|
||||
- "networkx>=2.0,<2.1",
|
||||
- "numpy>=1.13,<1.15",
|
||||
- "ply==3.10",
|
||||
- "scipy>=0.19,<1.1",
|
||||
+ "matplotlib>=2.1",
|
||||
+ "networkx>=2.0",
|
||||
+ "numpy>=1.13",
|
||||
+ "ply>=3.10",
|
||||
+ "scipy>=0.19",
|
||||
"sympy>=1.0",
|
||||
"pillow>=4.2.1"
|
||||
]
|
||||
Reference in New Issue
Block a user