@@ -233,7 +233,7 @@ jobs:
233
233
run : |
234
234
/opt/python/cp311-cp311/bin/python -m venv ~/virtualenvs/pandas-dev
235
235
. ~/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
237
237
python -m pip install numpy -Csetup-args="-Dallow-noblas=true"
238
238
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
239
239
python -m pip install --no-cache-dir --no-build-isolation -e . -Csetup-args="--werror"
@@ -272,7 +272,7 @@ jobs:
272
272
run : |
273
273
/opt/python/cp311-cp311/bin/python -m venv ~/virtualenvs/pandas-dev
274
274
. ~/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
276
276
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
277
277
python -m pip install --no-cache-dir --no-build-isolation -e . -Csetup-args="--werror"
278
278
python -m pip list --no-cache-dir
@@ -344,7 +344,7 @@ jobs:
344
344
- name : Build Environment
345
345
run : |
346
346
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
348
348
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
349
349
python -m pip install versioneer[toml]
350
350
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:
389
389
# Tests segfault with numpy 2.2.0: https://github.com/numpy/numpy/pull/27955
390
390
run : |
391
391
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
393
393
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython numpy
394
394
python -m pip install versioneer[toml]
395
395
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