python3-numpy: relax version requirement on python3-meson-python
This commit is contained in:
parent
a3920169ee
commit
2071a07dce
|
@ -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]
|
Loading…
Reference in New Issue