summaryrefslogtreecommitdiff
path: root/math/py-blis/files/patch-setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-02-03 23:20:07 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-02-03 23:51:28 +0800
commit286e03c08b3d8ec47ae72030d8404d94acb6aee0 (patch)
treebeea7aaabc469df79804d46dd06f69859b6bfb9e /math/py-blis/files/patch-setup.py
parentmath/py-awkward-cpp: Update to 44 (diff)
math/py-blis: Update 1.1.0
Changes: https://github.com/explosion/cython-blis/releases
Diffstat (limited to '')
-rw-r--r--math/py-blis/files/patch-setup.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/math/py-blis/files/patch-setup.py b/math/py-blis/files/patch-setup.py
index bf6bb938ebcb..9de4a27aaf73 100644
--- a/math/py-blis/files/patch-setup.py
+++ b/math/py-blis/files/patch-setup.py
@@ -1,11 +1,11 @@
---- setup.py.orig 2024-12-13 12:03:50 UTC
+--- setup.py.orig 2025-01-12 18:52:51 UTC
+++ setup.py
-@@ -328,7 +328,7 @@ setup(
- python_requires=">=3.9,<3.14",
+@@ -303,7 +303,7 @@ setup(
+ setup(
setup_requires=[
- "cython>=0.25",
+ "cython>=0.25,<4.0",
- "numpy>=2.0.0,<3.0.0",
-+ "numpy>=1.19.3,<3.0.0",
++ "numpy>=1.19.0,<3.0.0",
],
install_requires=[
- "numpy>=1.19.3,<3.0.0",
+ "numpy>=1.15.0,<3.0.0; python_version < '3.9'",