summaryrefslogtreecommitdiff
path: root/math/py-blis/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--math/py-blis/files/patch-setup.py10
1 files changed, 4 insertions, 6 deletions
diff --git a/math/py-blis/files/patch-setup.py b/math/py-blis/files/patch-setup.py
index 7f66284b12b2..7e23157a3e80 100644
--- a/math/py-blis/files/patch-setup.py
+++ b/math/py-blis/files/patch-setup.py
@@ -1,13 +1,11 @@
---- setup.py.orig 2025-04-03 12:23:45 UTC
+--- setup.py.orig 2025-11-14 15:00:34 UTC
+++ setup.py
-@@ -302,8 +302,8 @@ setup(
-
+@@ -303,7 +303,7 @@ setup(
setup(
setup_requires=[
-- "cython>=3.0,<4.0",
+ "cython>=3.0,<4.0",
- "numpy>=2.0.0,<3.0.0",
-+ "cython>=0,<4.0",
-+ "numpy>=1.19.0,<3.0.0",
++ "numpy>=1.19.3,<3.0.0",
],
install_requires=[
"numpy>=1.15.0,<3.0.0; python_version < '3.9'",