diff options
Diffstat (limited to 'math/py-blis/files/patch-pyproject.toml')
| -rw-r--r-- | math/py-blis/files/patch-pyproject.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/math/py-blis/files/patch-pyproject.toml b/math/py-blis/files/patch-pyproject.toml index 6e108948eb19..5c1f19fb2327 100644 --- a/math/py-blis/files/patch-pyproject.toml +++ b/math/py-blis/files/patch-pyproject.toml @@ -1,11 +1,11 @@ ---- pyproject.toml.orig 2025-04-03 12:23:45 UTC +--- pyproject.toml.orig 2025-11-14 15:00:34 UTC +++ pyproject.toml -@@ -1,7 +1,7 @@ requires = [ - [build-system] +@@ -2,7 +2,7 @@ requires = [ requires = [ "setuptools", -- "cython>=3.0,<4.0", -+ "cython>=0,<4.0", - "numpy>=1.19.3,<3.0.0" + "cython>=3.0,<4.0", +- "numpy>=2.0.0,<3.0.0", ++ "numpy>=1.19.3,<3.0.0", ] build-backend = "setuptools.build_meta" + |
