@@ -227,7 +227,7 @@ jobs:
227
227
. ~/virtualenvs/pandas-dev/bin/activate
228
228
python -m pip install --no-cache-dir -U pip wheel setuptools meson[ninja]==1.2.1 meson-python==0.13.1
229
229
python -m pip install numpy --config-settings=setup-args="-Dallow-noblas=true"
230
- python -m pip install --no-cache-dir versioneer[toml] cython python-dateutil pytz pytest>=7.3.2 pytest-xdist>=2.2 .0 hypothesis>=6.46.1
230
+ python -m pip install --no-cache-dir versioneer[toml] cython python-dateutil pytz pytest>=7.3.2 pytest-xdist>=3.4 .0 hypothesis>=6.84.0
231
231
python -m pip install --no-cache-dir --no-build-isolation -e . --config-settings=setup-args="--werror"
232
232
python -m pip list --no-cache-dir
233
233
export PANDAS_CI=1
@@ -265,7 +265,7 @@ jobs:
265
265
/opt/python/cp311-cp311/bin/python -m venv ~/virtualenvs/pandas-dev
266
266
. ~/virtualenvs/pandas-dev/bin/activate
267
267
python -m pip install --no-cache-dir -U pip wheel setuptools meson-python==0.13.1 meson[ninja]==1.2.1
268
- python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytz pytest>=7.3.2 pytest-xdist>=2.2 .0 hypothesis>=6.46.1
268
+ python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytz pytest>=7.3.2 pytest-xdist>=3.4 .0 hypothesis>=6.84.0
269
269
python -m pip install --no-cache-dir --no-build-isolation -e . --config-settings=setup-args="--werror"
270
270
python -m pip list --no-cache-dir
271
271
@@ -339,7 +339,7 @@ jobs:
339
339
python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.2.1 meson-python==0.13.1
340
340
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
341
341
python -m pip install versioneer[toml]
342
- python -m pip install python-dateutil pytz tzdata cython hypothesis>=6.46.1 pytest>=7.3.2 pytest-xdist>=2.2 .0 pytest-cov
342
+ python -m pip install python-dateutil pytz tzdata cython hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4 .0 pytest-cov
343
343
python -m pip install -ve . --no-build-isolation --no-index --no-deps --config-settings=setup-args="--werror"
344
344
python -m pip list
345
345
@@ -382,7 +382,7 @@ jobs:
382
382
python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.2.1 meson-python==0.13.1
383
383
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy cython
384
384
python -m pip install versioneer[toml]
385
- python -m pip install python-dateutil pytz tzdata hypothesis>=6.46.1 pytest>=7.3.2 pytest-xdist>=2.2 .0 pytest-cov
385
+ python -m pip install python-dateutil pytz tzdata hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4 .0 pytest-cov
386
386
python -m pip install -ve . --no-build-isolation --no-index --no-deps --config-settings=setup-args="--werror"
387
387
python -m pip list
388
388
0 commit comments