aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-blis/files/patch-setup.py
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
commit2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch)
tree25f0138e1af8902b92dacc8cce09b267447c17db /math/py-blis/files/patch-setup.py
parentf85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff)
parent1a30da80670973368b399f2b01fe9c04b91a1273 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
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'",