From 232e5967dc8d7f4c0cae9acba16942e2b5460208 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 22 Mar 2023 02:47:31 +0800 Subject: science/py-geometer: Revert f92330acaec14f33e17c3161b7f843c8010d72b2 and allow build with newer py-numpy in another way - Remove upper bound of py-numpy for now - Bump PORTREVISION for package change We should remove all PYNUMPY and use the real version requirement. --- science/py-geometer/files/patch-setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'science/py-geometer/files/patch-setup.py') diff --git a/science/py-geometer/files/patch-setup.py b/science/py-geometer/files/patch-setup.py index 1f084c317f18..103ff70c23f5 100644 --- a/science/py-geometer/files/patch-setup.py +++ b/science/py-geometer/files/patch-setup.py @@ -5,7 +5,7 @@ # What packages are required for this module to be executed? -REQUIRED = ["numpy>=1.15,<1.23"] -+REQUIRED = ["numpy>=1.15,<1.24"] ++REQUIRED = ["numpy>=1.15"] # What packages are optional? EXTRAS = { -- cgit v1.2.3