summaryrefslogtreecommitdiff
path: root/graphics/py-imagecodecs/files/patch-pyproject.toml
blob: 14157007cfc679a528235c47710d7c1c8209f931 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2025-11-06 23:45:43 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@
 # imagecodecs/pyproject.toml
 
 [build-system]
-requires = ["setuptools", "numpy>=2", "Cython>=3.2"]
+requires = ["setuptools", "numpy", "Cython>=3.2"]
 build-backend = "setuptools.build_meta"
 
 [tool.black]