@@ -240,7 +240,7 @@ jobs:
240240 run : |
241241 /opt/python/cp313-cp313/bin/python -m venv ~/virtualenvs/pandas-dev
242242 . ~/virtualenvs/pandas-dev/bin/activate
243- python -m pip install --no-cache-dir -U pip wheel setuptools meson[ninja]==1.2.1 meson-python==0.13.1
243+ python -m pip install --no-cache-dir -U pip wheel setuptools meson[ninja]==1.2.1 meson-python==0.14.0
244244 python -m pip install numpy -Csetup-args="-Dallow-noblas=true"
245245 python -m pip install --no-cache-dir versioneer[toml] cython==3.0.10 python-dateutil pytest>=8.3.4 pytest-xdist>=3.6.1 hypothesis>=6.116.0
246246 python -m pip install --no-cache-dir --no-build-isolation -e . -Csetup-args="--werror"
@@ -278,7 +278,7 @@ jobs:
278278 run : |
279279 /opt/python/cp313-cp313/bin/python -m venv ~/virtualenvs/pandas-dev
280280 . ~/virtualenvs/pandas-dev/bin/activate
281- python -m pip install --no-cache-dir -U pip wheel setuptools meson-python==0.13.1 meson[ninja]==1.2.1
281+ python -m pip install --no-cache-dir -U pip wheel setuptools meson-python==0.14.0 meson[ninja]==1.2.1
282282 python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytest>=8.3.4 pytest-xdist>=3.6.1 hypothesis>=6.116.0
283283 python -m pip install --no-cache-dir --no-build-isolation -e . -Csetup-args="--werror"
284284 python -m pip list --no-cache-dir
@@ -348,7 +348,7 @@ jobs:
348348 - name : Build Environment
349349 run : |
350350 python --version
351- python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.2.1 meson-python==0.13.1
351+ python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.2.1 meson-python==0.14.0
352352 python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
353353 python -m pip install versioneer[toml] python-dateutil tzdata cython hypothesis>=6.116.0 pytest>=8.3.4 pytest-xdist>=3.6.1 pytest-cov
354354 python -m pip install -ve . --no-build-isolation --no-index --no-deps -Csetup-args="--werror"
0 commit comments