Skip to content

Commit 5eb594b

Browse files
isurufmeeseeksmachine
authored andcommitted
Backport PR pandas-dev#60089: BLD: relax meson/meson-python requirements
1 parent a298795 commit 5eb594b

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)