summaryrefslogtreecommitdiff
path: root/graphics/py-simplejpeg/files/patch-pyproject.toml
blob: e7c68ace4d4d87eac8dfb6d3a88c196ebb163075 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- pyproject.toml.orig	2025-02-08 13:37:27 UTC
+++ pyproject.toml
@@ -29,11 +29,10 @@ requires = [
 
 [build-system]
 requires = [
-    "setuptools>=74.1.1",
+    "setuptools",
     "wheel",
-    "cmake>=3.6.3",
-    "cython~=3.0.0",
-    "numpy>=2.0.0",
+    "cython>=3.1.0",
+    "numpy",
 ]
 build-backend = "setuptools.build_meta"