We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a298795 commit 4079314Copy full SHA for 4079314
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.13.1",
6
- "meson==1.2.1",
+ "meson-python>=0.13.1",
+ "meson>=1.2.1,<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.0, so that built wheels are compatible
0 commit comments