From 6052dff3fd22d63bdec6c8c633dbed397692508e Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 19 Apr 2021 14:50:17 -0700 Subject: graphics/py-pyqtgraph: Remove math/py-numpy strict version limit because math/py-numpy isn't at this version yet --- graphics/py-pyqtgraph/files/patch-setup.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/py-pyqtgraph/files/patch-setup.py (limited to 'graphics/py-pyqtgraph/files') diff --git a/graphics/py-pyqtgraph/files/patch-setup.py b/graphics/py-pyqtgraph/files/patch-setup.py new file mode 100644 index 000000000000..af16b70a8c39 --- /dev/null +++ b/graphics/py-pyqtgraph/files/patch-setup.py @@ -0,0 +1,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 + ) -- cgit v1.2.3