Skip to content

Commit

Permalink
Upper bound for meson-python
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Jan 9, 2025
1 parent 2c0911d commit c370100
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- versioneer
- cython>=0.29.33
- meson>=1.2.1
- meson-python>=0.13.1
- meson-python>=0.13.1, <0.16.0, <0.16.0

# test dependencies
- pytest>=7.3.2
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-311-downstream_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- versioneer
- cython>=0.29.33
- meson>=1.2.1
- meson-python>=0.13.1
- meson-python>=0.13.1, <0.16.0

# test dependencies
- pytest>=7.3.2
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-311-numpydev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
# build dependencies
- versioneer
- meson>=1.2.1
- meson-python>=0.13.1
- meson-python>=0.13.1, <0.16.0
- cython>=0.29.33

# test dependencies
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-311-pyarrownightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- versioneer
- meson>=1.2.1
- cython>=0.29.33
- meson-python>=0.13.1
- meson-python>=0.13.1, <0.16.0

# test dependencies
- pytest>=7.3.2
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-311.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- versioneer
- cython>=0.29.33
- meson>=1.2.1
- meson-python>=0.13.1
- meson-python>=0.13.1, <0.16.0

# test dependencies
- pytest>=7.3.2
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-312.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- versioneer
- cython>=0.29.33
- meson>=1.2.1
- meson-python>=0.13.1
- meson-python>=0.13.1, <0.16.0

# test dependencies
- pytest>=7.3.2
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-pypy-39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- versioneer
- cython>=0.29.33
- meson>=1.2.1
- meson-python>=0.13.1
- meson-python>=0.13.1, <0.16.0

# test dependencies
- pytest>=7.3.2
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/circle-311-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- versioneer
- cython>=0.29.33
- meson>=1.2.1
- meson-python>=0.13.1
- meson-python>=0.13.1, <0.16.0

# test dependencies
- pytest>=7.3.2
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- versioneer
- cython~=3.0.5
- meson>=1.2.1
- meson-python>=0.13.1
- meson-python>=0.13.1, <0.16.0

# test dependencies
- pytest>=7.3.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"meson-python>=0.13.1, <0.16.0",
"meson>=1.2.1",
"wheel",
"Cython~=3.0.5", # Note: sync with setup.py, environment.yml and asv.conf.json
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pip
versioneer[toml]
cython~=3.0.5
meson[ninja]>=1.2.1
meson-python>=0.13.1
meson-python>=0.13.1, <0.16.0
pytest>=7.3.2
pytest-cov
pytest-xdist>=3.4.0
Expand Down

0 comments on commit c370100

Please sign in to comment.