Skip to content

Commit 8d6d29c

Browse files
committed
Upper bound for meson-python
1 parent 2c0911d commit 8d6d29c

11 files changed

+11
-11
lines changed

ci/deps/actions-310.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- versioneer
99
- cython>=0.29.33
1010
- meson>=1.2.1
11-
- meson-python>=0.13.1
11+
- meson-python>=0.13.1, <0.16.0
1212

1313
# test dependencies
1414
- pytest>=7.3.2

ci/deps/actions-311-downstream_compat.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- versioneer
1010
- cython>=0.29.33
1111
- meson>=1.2.1
12-
- meson-python>=0.13.1
12+
- meson-python>=0.13.1, <0.16.0
1313

1414
# test dependencies
1515
- pytest>=7.3.2

ci/deps/actions-311-numpydev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
# build dependencies
88
- versioneer
99
- meson>=1.2.1
10-
- meson-python>=0.13.1
10+
- meson-python>=0.13.1, <0.16.0
1111
- cython>=0.29.33
1212

1313
# test dependencies

ci/deps/actions-311-pyarrownightly.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- versioneer
99
- meson>=1.2.1
1010
- cython>=0.29.33
11-
- meson-python>=0.13.1
11+
- meson-python>=0.13.1, <0.16.0
1212

1313
# test dependencies
1414
- pytest>=7.3.2

ci/deps/actions-311.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- versioneer
99
- cython>=0.29.33
1010
- meson>=1.2.1
11-
- meson-python>=0.13.1
11+
- meson-python>=0.13.1, <0.16.0
1212

1313
# test dependencies
1414
- pytest>=7.3.2

ci/deps/actions-312.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- versioneer
99
- cython>=0.29.33
1010
- meson>=1.2.1
11-
- meson-python>=0.13.1
11+
- meson-python>=0.13.1, <0.16.0
1212

1313
# test dependencies
1414
- pytest>=7.3.2

ci/deps/actions-pypy-39.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- versioneer
1212
- cython>=0.29.33
1313
- meson>=1.2.1
14-
- meson-python>=0.13.1
14+
- meson-python>=0.13.1, <0.16.0
1515

1616
# test dependencies
1717
- pytest>=7.3.2

ci/deps/circle-311-arm64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- versioneer
99
- cython>=0.29.33
1010
- meson>=1.2.1
11-
- meson-python>=0.13.1
11+
- meson-python>=0.13.1, <0.16.0
1212

1313
# test dependencies
1414
- pytest>=7.3.2

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- versioneer
1111
- cython~=3.0.5
1212
- meson>=1.2.1
13-
- meson-python>=0.13.1
13+
- meson-python>=0.13.1, <0.16.0
1414

1515
# test dependencies
1616
- pytest>=7.3.2

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Minimum requirements for the build system to execute.
33
# See https://github.com/scipy/scipy/pull/12940 for the AIX issue.
44
requires = [
5-
"meson-python>=0.13.1",
5+
"meson-python>=0.13.1, <0.16.0",
66
"meson>=1.2.1",
77
"wheel",
88
"Cython~=3.0.5", # Note: sync with setup.py, environment.yml and asv.conf.json

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pip
55
versioneer[toml]
66
cython~=3.0.5
77
meson[ninja]>=1.2.1
8-
meson-python>=0.13.1
8+
meson-python>=0.13.1, <0.16.0
99
pytest>=7.3.2
1010
pytest-cov
1111
pytest-xdist>=3.4.0

0 commit comments

Comments
 (0)