@@ -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>=2.2.0 pytest-asyncio>=0.17 hypothesis>=6.46.1
239
+ python -m pip install --no-cache-dir versioneer[toml] " cython<3.0.3" python-dateutil pytz pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-asyncio>=0.17 hypothesis>=6.46.1
240
240
python -m pip install --no-cache-dir --no-build-isolation -e .
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>=2.2.0 pytest-asyncio>=0.17 hypothesis>=6.46.1
277
+ python -m pip install --no-cache-dir versioneer[toml] " cython<3.0.3" numpy python-dateutil pytz pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-asyncio>=0.17 hypothesis>=6.46.1
278
278
python -m pip install --no-cache-dir --no-build-isolation -e .
279
279
python -m pip list --no-cache-dir
280
280
@@ -347,7 +347,7 @@ jobs:
347
347
python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.2.1 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
- python -m pip install python-dateutil pytz tzdata cython hypothesis>=6.46.1 pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-cov pytest-asyncio>=0.17
350
+ python -m pip install python-dateutil pytz tzdata " cython<3.0.3" hypothesis>=6.46.1 pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-cov pytest-asyncio>=0.17
351
351
python -m pip install -ve . --no-build-isolation --no-index
352
352
python -m pip list
353
353
0 commit comments