From 60944f3cb03e0b1b33aebb5c078e232e6bd28bfa Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 18 Apr 2025 13:16:52 +0800 Subject: math/py-blis: Update 1.1.0 Changes: https://github.com/explosion/cython-blis/releases --- math/py-blis/files/patch-setup.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'math/py-blis/files/patch-setup.py') 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=[ -- cgit v1.2.3