ports/math/py-numpy/files/patch-pyproject.toml
Po-Chuan Hsieh b2f971c25e
math/py-numpy: Allow build with cython 3.2.0+
- Bump PORTREVISION for package change

PR:		291778
2026-01-15 19:54:09 +08:00

14 lines
288 B
TOML

--- pyproject.toml.orig 2024-02-05 21:17:48 UTC
+++ pyproject.toml
@@ -1,8 +1,8 @@ requires = [
[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]