diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-05 01:08:20 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-05 01:14:08 +0800 |
commit | 093df7a3c3446ed6708cfe800541e7f642f465f2 (patch) | |
tree | 0243be057b84d70a6683ab2b7e6f5aa671540697 /math/py-blis/files/patch-setup.py | |
parent | graphics/py-mapclassify: Update to 2.8.0 (diff) |
math/py-blis: Update 1.0.0
- Add GitHub to MASTER_SITES
Changes: https://github.com/explosion/cython-blis/releases
Diffstat (limited to 'math/py-blis/files/patch-setup.py')
-rw-r--r-- | math/py-blis/files/patch-setup.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/math/py-blis/files/patch-setup.py b/math/py-blis/files/patch-setup.py new file mode 100644 index 000000000000..f7813c468461 --- /dev/null +++ b/math/py-blis/files/patch-setup.py @@ -0,0 +1,15 @@ +--- setup.py.orig 2024-07-25 17:54:37 UTC ++++ setup.py +@@ -327,10 +327,10 @@ setup( + setup( + setup_requires=[ + "cython>=0.25", +- "numpy>=2.0.0,<3.0.0", ++ "numpy>=0,<3.0.0", + ], + install_requires=[ +- "numpy>=2.0.0,<3.0.0", ++ "numpy>=0,<3.0.0", + ], + ext_modules=cythonize( + [ |