diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-04-18 13:16:52 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-04-18 13:37:45 +0800 |
commit | 60944f3cb03e0b1b33aebb5c078e232e6bd28bfa (patch) | |
tree | 2341016c1a901a0e7474b33df2e2c44ea9a62000 /math/py-blis/files/patch-setup.py | |
parent | math/py-awkward-cpp: Update to 45 (diff) |
math/py-blis: Update 1.1.0
Changes: https://github.com/explosion/cython-blis/releases
Diffstat (limited to 'math/py-blis/files/patch-setup.py')
-rw-r--r-- | math/py-blis/files/patch-setup.py | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/math/py-blis/files/patch-setup.py b/math/py-blis/files/patch-setup.py index 9de4a27aaf73..7f66284b12b2 100644 --- a/math/py-blis/files/patch-setup.py +++ b/math/py-blis/files/patch-setup.py @@ -1,10 +1,12 @@ ---- setup.py.orig 2025-01-12 18:52:51 UTC +--- setup.py.orig 2025-04-03 12:23:45 UTC +++ setup.py -@@ -303,7 +303,7 @@ setup( +@@ -302,8 +302,8 @@ setup( + setup( setup_requires=[ - "cython>=0.25,<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", ], install_requires=[ |