From 286e03c08b3d8ec47ae72030d8404d94acb6aee0 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 3 Feb 2025 23:20:07 +0800 Subject: math/py-blis: Update 1.1.0 Changes: https://github.com/explosion/cython-blis/releases --- math/py-blis/files/patch-setup.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 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'", -- cgit v1.2.3