Files
macports-ports/python/py-numpy/files/patch-version-caps_pyproject.toml.diff

14 lines
291 B
Diff

--- pyproject.toml.orig 2025-08-21 10:16:43
+++ pyproject.toml 2025-08-21 10:17:26
@@ -1,8 +1,8 @@
[build-system]
build-backend = "mesonpy"
requires = [
- "Cython>=0.29.34,<3.1",
- "meson-python>=0.15.0,<0.16.0",
+ "Cython>=0.29.34",
+ "meson-python>=0.15.0",
]
[project]