diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-03-22 02:47:31 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-03-22 03:21:16 +0800 |
commit | 232e5967dc8d7f4c0cae9acba16942e2b5460208 (patch) | |
tree | ee3f7240cbd3aa0ed7e069c3cefdea95bb4a4fc2 /science/py-geometer/files/patch-setup.py | |
parent | science/py-asdf-unit-schemas: Convert to USE_PYTHON=pep517 (diff) |
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.
Diffstat (limited to 'science/py-geometer/files/patch-setup.py')
-rw-r--r-- | science/py-geometer/files/patch-setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |