aboutsummaryrefslogtreecommitdiff
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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-blis/files/patch-setup.py b/math/py-blis/files/patch-setup.py
index ebd4020cd70d..7e23157a3e80 100644
--- a/math/py-blis/files/patch-setup.py
+++ b/math/py-blis/files/patch-setup.py
@@ -1,11 +1,11 @@
---- setup.py.orig 2025-04-03 12:23:45 UTC
+--- setup.py.orig 2025-11-14 15:00:34 UTC
+++ setup.py
@@ -303,7 +303,7 @@ setup(
setup(
setup_requires=[
"cython>=3.0,<4.0",
- "numpy>=2.0.0,<3.0.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'",