From 3b454fd72a43f61db7f0cd42ffef6a8ab4e56ec3 Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Fri, 10 Jan 2025 09:35:40 -0500 Subject: [PATCH] Revert "Upper bound for meson-python" This reverts commit 8d6d29cac345859cad3fd3b5bc914efb224720b8. --- ci/deps/actions-310.yaml | 2 +- ci/deps/actions-311-downstream_compat.yaml | 2 +- ci/deps/actions-311-numpydev.yaml | 2 +- ci/deps/actions-311-pyarrownightly.yaml | 2 +- ci/deps/actions-311.yaml | 2 +- ci/deps/actions-312.yaml | 2 +- ci/deps/actions-pypy-39.yaml | 2 +- ci/deps/circle-311-arm64.yaml | 2 +- environment.yml | 2 +- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ci/deps/actions-310.yaml b/ci/deps/actions-310.yaml index a93393a8c76c37..4b6f22d39ce8a6 100644 --- a/ci/deps/actions-310.yaml +++ b/ci/deps/actions-310.yaml @@ -8,7 +8,7 @@ dependencies: - versioneer - cython>=0.29.33 - meson>=1.2.1 - - meson-python>=0.13.1, <0.16.0 + - meson-python>=0.13.1 # test dependencies - pytest>=7.3.2 diff --git a/ci/deps/actions-311-downstream_compat.yaml b/ci/deps/actions-311-downstream_compat.yaml index 94042d17dba1eb..3d22047f4f15ad 100644 --- a/ci/deps/actions-311-downstream_compat.yaml +++ b/ci/deps/actions-311-downstream_compat.yaml @@ -9,7 +9,7 @@ dependencies: - versioneer - cython>=0.29.33 - meson>=1.2.1 - - meson-python>=0.13.1, <0.16.0 + - meson-python>=0.13.1 # test dependencies - pytest>=7.3.2 diff --git a/ci/deps/actions-311-numpydev.yaml b/ci/deps/actions-311-numpydev.yaml index e60ca0b7dbb7d7..653aa78ece3ee4 100644 --- a/ci/deps/actions-311-numpydev.yaml +++ b/ci/deps/actions-311-numpydev.yaml @@ -7,7 +7,7 @@ dependencies: # build dependencies - versioneer - meson>=1.2.1 - - meson-python>=0.13.1, <0.16.0 + - meson-python>=0.13.1 - cython>=0.29.33 # test dependencies diff --git a/ci/deps/actions-311-pyarrownightly.yaml b/ci/deps/actions-311-pyarrownightly.yaml index 74f9d3c529eca7..caea416e6a85d5 100644 --- a/ci/deps/actions-311-pyarrownightly.yaml +++ b/ci/deps/actions-311-pyarrownightly.yaml @@ -8,7 +8,7 @@ dependencies: - versioneer - meson>=1.2.1 - cython>=0.29.33 - - meson-python>=0.13.1, <0.16.0 + - meson-python>=0.13.1 # test dependencies - pytest>=7.3.2 diff --git a/ci/deps/actions-311.yaml b/ci/deps/actions-311.yaml index ecf4e25daf8e08..78b13edd47d6d5 100644 --- a/ci/deps/actions-311.yaml +++ b/ci/deps/actions-311.yaml @@ -8,7 +8,7 @@ dependencies: - versioneer - cython>=0.29.33 - meson>=1.2.1 - - meson-python>=0.13.1, <0.16.0 + - meson-python>=0.13.1 # test dependencies - pytest>=7.3.2 diff --git a/ci/deps/actions-312.yaml b/ci/deps/actions-312.yaml index fcbf4914e47e84..289184e8dac5b6 100644 --- a/ci/deps/actions-312.yaml +++ b/ci/deps/actions-312.yaml @@ -8,7 +8,7 @@ dependencies: - versioneer - cython>=0.29.33 - meson>=1.2.1 - - meson-python>=0.13.1, <0.16.0 + - meson-python>=0.13.1 # test dependencies - pytest>=7.3.2 diff --git a/ci/deps/actions-pypy-39.yaml b/ci/deps/actions-pypy-39.yaml index 70282f0a421ff6..d46b98c77fd87b 100644 --- a/ci/deps/actions-pypy-39.yaml +++ b/ci/deps/actions-pypy-39.yaml @@ -11,7 +11,7 @@ dependencies: - versioneer - cython>=0.29.33 - meson>=1.2.1 - - meson-python>=0.13.1, <0.16.0 + - meson-python>=0.13.1 # test dependencies - pytest>=7.3.2 diff --git a/ci/deps/circle-311-arm64.yaml b/ci/deps/circle-311-arm64.yaml index d391d6ddbfdb23..1ebdc36b51865a 100644 --- a/ci/deps/circle-311-arm64.yaml +++ b/ci/deps/circle-311-arm64.yaml @@ -8,7 +8,7 @@ dependencies: - versioneer - cython>=0.29.33 - meson>=1.2.1 - - meson-python>=0.13.1, <0.16.0 + - meson-python>=0.13.1 # test dependencies - pytest>=7.3.2 diff --git a/environment.yml b/environment.yml index 4ffb4b18676122..9ba33052fb2566 100644 --- a/environment.yml +++ b/environment.yml @@ -10,7 +10,7 @@ dependencies: - versioneer - cython~=3.0.5 - meson>=1.2.1 - - meson-python>=0.13.1, <0.16.0 + - meson-python>=0.13.1 # test dependencies - pytest>=7.3.2 diff --git a/pyproject.toml b/pyproject.toml index 9b3544c2c208be..1417814da008fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # 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, <0.16.0", + "meson-python>=0.13.1", "meson>=1.2.1", "wheel", "Cython~=3.0.5", # Note: sync with setup.py, environment.yml and asv.conf.json diff --git a/requirements-dev.txt b/requirements-dev.txt index 67efe84d1ec6c9..e6c9f631a66839 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ pip versioneer[toml] cython~=3.0.5 meson[ninja]>=1.2.1 -meson-python>=0.13.1, <0.16.0 +meson-python>=0.13.1 pytest>=7.3.2 pytest-cov pytest-xdist>=3.4.0