@@ -236,7 +236,7 @@ jobs:
236
236
. ~/virtualenvs/pandas-dev/bin/activate
237
237
python -m pip install --no-cache-dir -U pip wheel setuptools meson[ninja]==1.2.1 meson-python==0.13.1
238
238
python -m pip install numpy --config-settings=setup-args="-Dallow-noblas=true"
239
- 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
239
+ 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
240
240
python -m pip install --no-cache-dir --no-build-isolation -e . --config-settings=setup-args="--werror"
241
241
python -m pip list --no-cache-dir
242
242
export PANDAS_CI=1
@@ -274,7 +274,7 @@ jobs:
274
274
/opt/python/cp311-cp311/bin/python -m venv ~/virtualenvs/pandas-dev
275
275
. ~/virtualenvs/pandas-dev/bin/activate
276
276
python -m pip install --no-cache-dir -U pip wheel setuptools meson-python==0.13.1 meson[ninja]==1.2.1
277
- 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
277
+ 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
278
278
python -m pip install --no-cache-dir --no-build-isolation -e . --config-settings=setup-args="--werror"
279
279
python -m pip list --no-cache-dir
280
280
@@ -295,7 +295,7 @@ jobs:
295
295
# In general, this will remain frozen(present, but not running) until:
296
296
# - The next unreleased Python version has released beta 1
297
297
# - This version should be available on GitHub Actions.
298
- # - Our required build/runtime dependencies(numpy, pytz, Cython, python-dateutil)
298
+ # - Our required build/runtime dependencies(numpy, Cython, python-dateutil)
299
299
# support that unreleased Python version.
300
300
# To unfreeze, comment out the ``if: false`` condition, and make sure you update
301
301
# the name of the workflow and Python version in actions/setup-python ``python-version:``
@@ -348,7 +348,7 @@ jobs:
348
348
python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.2.1 meson-python==0.13.1
349
349
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
350
350
python -m pip install versioneer[toml]
351
- python -m pip install python-dateutil pytz tzdata cython hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0 pytest-cov
351
+ python -m pip install python-dateutil tzdata cython hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0 pytest-cov
352
352
python -m pip install -ve . --no-build-isolation --no-index --no-deps --config-settings=setup-args="--werror"
353
353
python -m pip list
354
354
0 commit comments