From dfd8d09b212b6c4f321e3ee67eabca68d293b239 Mon Sep 17 00:00:00 2001 From: Aditya Vidyadhar Kamath Date: Thu, 12 Dec 2024 22:01:00 -0600 Subject: [PATCH] Update to minimal change in meson --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4d38d325528e3a..094a86f399d1a9 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.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