python3-numpy: relax version requirement on python3-meson-python

This commit is contained in:
Andrew J. Hesford 2024-04-17 13:53:42 -04:00
parent a3920169ee
commit 2071a07dce
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
As with SciPy, NumPy abuses specifications of *build requirements* as a means
to control the environment under which wheels are built for distribution.
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,7 +2,7 @@
build-backend = "mesonpy"
requires = [
"Cython>=0.29.34,<3.1",
- "meson-python>=0.15.0,<0.16.0",
+ "meson-python>=0.15.0",
]
[project]