Files
macports-ports/python/py-imagecodecs/files/patch-pyproject.toml.diff
T
2025-03-30 09:10:58 -05:00

10 lines
298 B
Diff

--- pyproject.toml.orig 2025-03-29 15:44:30
+++ pyproject.toml 2025-03-30 09:07:47
@@ -1,5 +1,5 @@
# imagecodecs/pyproject.toml
[build-system]
-requires = ["setuptools", "numpy>2", "Cython>=3.0.12"]
+requires = ["setuptools", "numpy", "Cython>=3.0.12"]
build-backend = "setuptools.build_meta"