summaryrefslogtreecommitdiff
path: root/math/py-blis/files/patch-setup.py
blob: 7f66284b12b2845d353a8390791d9f99954c78b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- setup.py.orig	2025-04-03 12:23:45 UTC
+++ setup.py
@@ -302,8 +302,8 @@ setup(
 
 setup(
     setup_requires=[
-        "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=[
         "numpy>=1.15.0,<3.0.0; python_version < '3.9'",