Skip to content

Commit 2325b24

Browse files
committed
bump meson-python
1 parent 78872f9 commit 2325b24

14 files changed

+17
-17
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
command: |
5555
/opt/python/cp311-cp311/bin/python -m venv ~/virtualenvs/pandas-dev
5656
. ~/virtualenvs/pandas-dev/bin/activate
57-
python -m pip install --no-cache-dir -U pip wheel setuptools meson-python==0.13.1 meson[ninja]==1.2.1
57+
python -m pip install --no-cache-dir -U pip wheel setuptools meson-python==0.14.0 meson[ninja]==1.2.1
5858
python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytest>=7.3.2 pytest-xdist>=3.4.0 hypothesis>=6.84.0
5959
python -m pip install --no-cache-dir --no-build-isolation -e . -Csetup-args="--werror"
6060
python -m pip list --no-cache-dir

.github/workflows/unit-tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
run: |
234234
/opt/python/cp311-cp311/bin/python -m venv ~/virtualenvs/pandas-dev
235235
. ~/virtualenvs/pandas-dev/bin/activate
236-
python -m pip install --no-cache-dir -U pip wheel setuptools meson[ninja]==1.3.2 meson-python==0.13.1
236+
python -m pip install --no-cache-dir -U pip wheel setuptools meson[ninja]==1.3.2 meson-python==0.14.0
237237
python -m pip install numpy -Csetup-args="-Dallow-noblas=true"
238238
python -m pip install --no-cache-dir versioneer[toml] cython python-dateutil pytest>=7.3.2 pytest-xdist>=3.4.0 hypothesis>=6.84.0
239239
python -m pip install --no-cache-dir --no-build-isolation -e . -Csetup-args="--werror"
@@ -272,7 +272,7 @@ jobs:
272272
run: |
273273
/opt/python/cp311-cp311/bin/python -m venv ~/virtualenvs/pandas-dev
274274
. ~/virtualenvs/pandas-dev/bin/activate
275-
python -m pip install --no-cache-dir -U pip wheel setuptools meson-python==0.13.1 meson[ninja]==1.3.2
275+
python -m pip install --no-cache-dir -U pip wheel setuptools meson-python==0.14.0 meson[ninja]==1.3.2
276276
python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytest>=7.3.2 pytest-xdist>=3.4.0 hypothesis>=6.84.0
277277
python -m pip install --no-cache-dir --no-build-isolation -e . -Csetup-args="--werror"
278278
python -m pip list --no-cache-dir
@@ -344,7 +344,7 @@ jobs:
344344
- name: Build Environment
345345
run: |
346346
python --version
347-
python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.3.2 meson-python==0.13.1
347+
python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.3.2 meson-python==0.14.0
348348
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
349349
python -m pip install versioneer[toml]
350350
python -m pip install python-dateutil tzdata cython hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0 pytest-cov
@@ -389,7 +389,7 @@ jobs:
389389
# Tests segfault with numpy 2.2.0: https://github.com/numpy/numpy/pull/27955
390390
run: |
391391
python --version
392-
python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.3.2 meson-python==0.13.1
392+
python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.3.2 meson-python==0.14.0
393393
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython numpy
394394
python -m pip install versioneer[toml]
395395
python -m pip install python-dateutil pytz tzdata hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0 pytest-cov

ci/deps/actions-310-minimum_versions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- versioneer
1111
- cython>=0.29.33
1212
- meson=1.3.2
13-
- meson-python=0.13.1
13+
- meson-python=0.14.0
1414

1515
# test dependencies
1616
- pytest>=7.3.2

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.3.2
11-
- meson-python=0.13.1
11+
- meson-python=0.14.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.3.2
12-
- meson-python=0.13.1
12+
- meson-python=0.14.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.3.2
10-
- meson-python=0.13.1
10+
- meson-python=0.14.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.3.2
1010
- cython>=0.29.33
11-
- meson-python=0.13.1
11+
- meson-python=0.14.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.3.2
11-
- meson-python=0.13.1
11+
- meson-python=0.14.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.3.2
11-
- meson-python=0.13.1
11+
- meson-python=0.14.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.3.2
14-
- meson-python=0.13.1
14+
- meson-python=0.14.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.3.2
11-
- meson-python=0.13.1
11+
- meson-python=0.14.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.3.0
13-
- meson-python>=0.13.1
13+
- meson-python>=0.14.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.14.0",
66
"meson>=1.3.0,<2",
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.3.0
8-
meson-python>=0.13.1
8+
meson-python>=0.14.0
99
pytest>=7.3.2
1010
pytest-cov
1111
pytest-xdist>=3.4.0

0 commit comments

Comments
 (0)