Skip to content

Commit

Permalink
Backport PR pandas-dev#60089: BLD: relax meson/meson-python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf authored and meeseeksmachine committed Oct 29, 2024
1 parent a298795 commit 5eb594b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Minimum requirements for the build system to execute.
# See https://github.com/scipy/scipy/pull/12940 for the AIX issue.
requires = [
"meson-python==0.13.1",
"meson==1.2.1",
"meson-python>=0.13.1",
"meson>=1.2.1,<2",
"wheel",
"Cython~=3.0.5", # Note: sync with setup.py, environment.yml and asv.conf.json
# Force numpy higher than 2.0, so that built wheels are compatible
Expand Down

0 comments on commit 5eb594b

Please sign in to comment.