summaryrefslogtreecommitdiff
path: root/math/py-blis/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-blis/files/patch-setup.py')
-rw-r--r--math/py-blis/files/patch-setup.py15
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(
+ [