Files
macports-ports/python/py-rasterio/files/patch-pyproject.toml.diff
2026-02-26 14:52:51 +03:00

14 lines
277 B
Diff

--- pyproject.toml.orig 2026-02-26 14:35:51
+++ pyproject.toml 2026-02-26 14:36:09
@@ -1,8 +1,8 @@
[build-system]
requires = [
"setuptools>=77.0.3",
- "cython>=3.1,<=3.2",
- "numpy>=2,<3",
+ "cython",
+ "numpy",
]
build-backend = "setuptools.build_meta"