summaryrefslogtreecommitdiff
path: root/devel/py-pycocotools/files/patch-pyproject.toml
blob: a883e4c32ccd5466a390d107234438872cdedbaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- pyproject.toml.orig	2025-06-04 23:30:12 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
 [build-system]
 requires = [
-    "cython>=3.1.0",
-    "numpy>=2.0.0,<3",
-    "setuptools>=70.1.0",
+    "cython",
+    "numpy",
+    "setuptools>=43.0.0",
 ]
 build-backend = "setuptools.build_meta"