Skip to content

Commit 9e10119

Browse files
authored
BLD: relax meson/meson-python requirements (#60089)
* relax meson/meson-python requirements This makes bugfixes from later meson/meson-python fixes available to build pandas. For eg: python 3.13t support in meson, needs an up-to-date version of meson. * Drop upper bound for meson-python
1 parent b5c7f25 commit 9e10119

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.0rc1, so that built wheels are compatible

0 commit comments

Comments
 (0)