summaryrefslogtreecommitdiff
path: root/graphics/py-imagecodecs/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-imagecodecs/files/patch-pyproject.toml')
-rw-r--r--graphics/py-imagecodecs/files/patch-pyproject.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/py-imagecodecs/files/patch-pyproject.toml b/graphics/py-imagecodecs/files/patch-pyproject.toml
new file mode 100644
index 000000000000..14157007cfc6
--- /dev/null
+++ b/graphics/py-imagecodecs/files/patch-pyproject.toml
@@ -0,0 +1,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]