@@ -243,7 +243,7 @@ jobs:
243
243
. ~/virtualenvs/pandas-dev/bin/activate
244
244
python -m pip install --no-cache-dir -U pip wheel setuptools meson[ninja]==1.2.1 meson-python==0.13.1
245
245
python -m pip install numpy -Csetup-args="-Dallow-noblas=true"
246
- python -m pip install --no-cache-dir versioneer[toml] cython==3.0.10 python-dateutil pytest>=7.3.2 pytest-xdist>=3.4.0 hypothesis>=6.84 .0
246
+ python -m pip install --no-cache-dir versioneer[toml] cython==3.0.10 python-dateutil pytest>=7.3.2 pytest-xdist>=3.4.0 hypothesis>=6.116 .0
247
247
python -m pip install --no-cache-dir --no-build-isolation -e . -Csetup-args="--werror"
248
248
python -m pip list --no-cache-dir
249
249
PANDAS_CI=1 python -m pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml
@@ -280,7 +280,7 @@ jobs:
280
280
/opt/python/cp313-cp313/bin/python -m venv ~/virtualenvs/pandas-dev
281
281
. ~/virtualenvs/pandas-dev/bin/activate
282
282
python -m pip install --no-cache-dir -U pip wheel setuptools meson-python==0.13.1 meson[ninja]==1.2.1
283
- 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
283
+ python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytest>=7.3.2 pytest-xdist>=3.4.0 hypothesis>=6.116 .0
284
284
python -m pip install --no-cache-dir --no-build-isolation -e . -Csetup-args="--werror"
285
285
python -m pip list --no-cache-dir
286
286
@@ -352,7 +352,7 @@ jobs:
352
352
python --version
353
353
python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.2.1 meson-python==0.13.1
354
354
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
355
- python -m pip install versioneer[toml] python-dateutil tzdata cython hypothesis>=6.84 .0 pytest>=7.3.2 pytest-xdist>=3.4.0 pytest-cov
355
+ python -m pip install versioneer[toml] python-dateutil tzdata cython hypothesis>=6.116 .0 pytest>=7.3.2 pytest-xdist>=3.4.0 pytest-cov
356
356
python -m pip install -ve . --no-build-isolation --no-index --no-deps -Csetup-args="--werror"
357
357
python -m pip list
358
358
0 commit comments