Skip to content

Commit

Permalink
Update to minimal change in meson
Browse files Browse the repository at this point in the history
  • Loading branch information
KamathForAIX committed Dec 13, 2024
1 parent d09420c commit dfd8d09
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.17.1",
"meson>=1.6.0,<2",
"meson-python>=0.14.0",
"meson>=1.3.0,<2",
"wheel",
"Cython~=3.0.5", # Note: sync with setup.py, environment.yml and asv.conf.json
# Force numpy higher than 2.0rc1, so that built wheels are compatible
Expand Down

0 comments on commit dfd8d09

Please sign in to comment.