summaryrefslogtreecommitdiff
path: root/graphics/py-pyqtgraph/files/patch-setup.py
blob: af16b70a8c390f184681c9d9fac05b31609b9c1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2021-04-19 21:31:31 UTC
+++ setup.py
@@ -143,7 +143,7 @@ setup(
                   "pyqtgraph": ["colors/maps/*.csv", "colors/maps/*.txt"],
                   },
     install_requires = [
-        'numpy>=1.17.0',
+        'numpy>0',
         ],
     **setupOpts
 )