diff --git a/pyproject.toml b/pyproject.toml index 7ab9cd2c17669..094a86f399d1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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,<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