From 093df7a3c3446ed6708cfe800541e7f642f465f2 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 5 Aug 2024 01:08:20 +0800 Subject: math/py-blis: Update 1.0.0 - Add GitHub to MASTER_SITES Changes: https://github.com/explosion/cython-blis/releases --- math/py-blis/files/patch-setup.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 math/py-blis/files/patch-setup.py (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 new file mode 100644 index 000000000000..f7813c468461 --- /dev/null +++ b/math/py-blis/files/patch-setup.py @@ -0,0 +1,15 @@ +--- setup.py.orig 2024-07-25 17:54:37 UTC ++++ setup.py +@@ -327,10 +327,10 @@ setup( + setup( + setup_requires=[ + "cython>=0.25", +- "numpy>=2.0.0,<3.0.0", ++ "numpy>=0,<3.0.0", + ], + install_requires=[ +- "numpy>=2.0.0,<3.0.0", ++ "numpy>=0,<3.0.0", + ], + ext_modules=cythonize( + [ -- cgit v1.2.3