diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-09-06 04:42:12 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-09-06 08:20:52 +0000 |
| commit | f06165e9ef029bedf36027f4c5ac4f5fe76837d7 (patch) | |
| tree | 952c2da46de6e40828f852bdb9555d078f984da1 /math/py-nlopt/files/patch-setup.py | |
| parent | 074196377e510bd4fe887360f60b14d19dbb03be (diff) | |
Diffstat (limited to 'math/py-nlopt/files/patch-setup.py')
| -rw-r--r-- | math/py-nlopt/files/patch-setup.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/py-nlopt/files/patch-setup.py b/math/py-nlopt/files/patch-setup.py new file mode 100644 index 000000000000..1eb13472914b --- /dev/null +++ b/math/py-nlopt/files/patch-setup.py @@ -0,0 +1,13 @@ +--- setup.py.orig 2024-09-06 04:01:39 UTC ++++ setup.py +@@ -20,8 +20,8 @@ setup( + setup( + version=version, + python_requires=">=3.9", +- install_requires=["numpy >=2,<3"], +- setup_requires=["numpy >=2,<3"], ++ install_requires=["numpy"], ++ setup_requires=["numpy"], + ext_modules=[NLOptBuildExtension("nlopt._nlopt", version)], + cmdclass={"build_ext": NLOptBuild}, + zip_safe=False, |
