Skip to content

Commit 4079314

Browse files
Backport PR #60089 on branch 2.3.x (BLD: relax meson/meson-python requirements) (#60125)
Backport PR #60089: BLD: relax meson/meson-python requirements Co-authored-by: Isuru Fernando <isuruf@gmail.com>
1 parent a298795 commit 4079314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Minimum requirements for the build system to execute.
33
# See https://github.com/scipy/scipy/pull/12940 for the AIX issue.
44
requires = [
5-
"meson-python==0.13.1",
6-
"meson==1.2.1",
5+
"meson-python>=0.13.1",
6+
"meson>=1.2.1,<2",
77
"wheel",
88
"Cython~=3.0.5", # Note: sync with setup.py, environment.yml and asv.conf.json
99
# Force numpy higher than 2.0, so that built wheels are compatible

0 commit comments

Comments
 (0)