summaryrefslogtreecommitdiff
path: root/devel/py-pycocotools/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/py-pycocotools/files/patch-pyproject.toml12
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/py-pycocotools/files/patch-pyproject.toml b/devel/py-pycocotools/files/patch-pyproject.toml
index e51a028b2392..a883e4c32ccd 100644
--- a/devel/py-pycocotools/files/patch-pyproject.toml
+++ b/devel/py-pycocotools/files/patch-pyproject.toml
@@ -1,11 +1,13 @@
---- pyproject.toml.orig 2024-06-17 01:36:18 UTC
+--- pyproject.toml.orig 2025-06-04 23:30:12 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
[build-system]
requires = [
- "cython>=0.27.3",
-- "numpy>=2.0.0rc1",
+- "cython>=3.1.0",
+- "numpy>=2.0.0,<3",
+- "setuptools>=70.1.0",
++ "cython",
+ "numpy",
- "setuptools>=43.0.0",
- "wheel",
++ "setuptools>=43.0.0",
]
+ build-backend = "setuptools.build_meta"