Files
macports-ports/python/py-rasterio/files/patch-pyproject.toml.1.4.3.diff

14 lines
264 B
Diff

--- pyproject.toml.orig 2025-09-20 22:30:48
+++ pyproject.toml 2025-09-20 22:31:45
@@ -2,8 +2,8 @@
requires = [
"setuptools>=67.8",
"wheel",
- "cython~=3.0.2",
- "numpy>=2"
+ "cython",
+ "numpy"
]
build-backend = "setuptools.build_meta"