@@ -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.2.1 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.13.1
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.2.1
275+ python -m pip install --no-cache-dir -U pip wheel setuptools meson-python==0.13.1 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.2.1 meson-python==0.13.1
347+ python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.3.2 meson-python==0.13.1
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.2.1 meson-python==0.13.1
392+ python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.3.2 meson-python==0.13.1
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
0 commit comments