Skip to content

Commit

Permalink
Backport PR pandas-dev#60089 on branch 2.3.x (BLD: relax meson/meson-…
Browse files Browse the repository at this point in the history
…python requirements) (pandas-dev#60125)

Backport PR pandas-dev#60089: BLD: relax meson/meson-python requirements

Co-authored-by: Isuru Fernando <[email protected]>
  • Loading branch information
meeseeksmachine and isuruf authored Oct 29, 2024
1 parent a298795 commit 4079314
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 4079314

Please sign in to comment.