aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-blis/files/patch-setup.py
blob: 7e23157a3e80a2252fce6b2a4606a751f1690200 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2025-11-14 15:00:34 UTC
+++ setup.py
@@ -303,7 +303,7 @@ setup(
 setup(
     setup_requires=[
         "cython>=3.0,<4.0",
-        "numpy>=2.0.0,<3.0.0",
+        "numpy>=1.19.3,<3.0.0",
     ],
     install_requires=[
         "numpy>=1.15.0,<3.0.0; python_version < '3.9'",