We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09420c commit dfd8d09Copy full SHA for dfd8d09
pyproject.toml
@@ -2,8 +2,8 @@
2
# Minimum requirements for the build system to execute.
3
# See https://github.com/scipy/scipy/pull/12940 for the AIX issue.
4
requires = [
5
- "meson-python>=0.17.1",
6
- "meson>=1.6.0,<2",
+ "meson-python>=0.14.0",
+ "meson>=1.3.0,<2",
7
"wheel",
8
"Cython~=3.0.5", # Note: sync with setup.py, environment.yml and asv.conf.json
9
# Force numpy higher than 2.0rc1, so that built wheels are compatible
0 commit comments