summaryrefslogtreecommitdiff
path: root/devel/py-pycocotools/files/patch-pyproject.toml
blob: e51a028b23923ce269296f46cf4820504294ecdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2024-06-17 01:36:18 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
 [build-system]
 requires = [
     "cython>=0.27.3",
-    "numpy>=2.0.0rc1",
+    "numpy",
     "setuptools>=43.0.0",
     "wheel",
 ]