File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -271,12 +271,14 @@ jobs:
271271 fi
272272 - name : Build environment and Run Tests
273273 # https://github.com/numpy/numpy/issues/24703#issuecomment-1722379388
274+ # Note: Pinned to Cython 3.0.10 to avoid numerical instability in 32-bit environments
275+ # https://github.com/pandas-dev/pandas/pull/61423
274276 run : |
275277 /opt/python/cp311-cp311/bin/python -m venv ~/virtualenvs/pandas-dev
276278 . ~/virtualenvs/pandas-dev/bin/activate
277279 python -m pip install --no-cache-dir -U pip wheel setuptools meson[ninja]==1.2.1 meson-python==0.13.1
278280 python -m pip install numpy --config-settings=setup-args="-Dallow-noblas=true"
279- python -m pip install --no-cache-dir versioneer[toml] cython python-dateutil "pytz<2024.2" pytest>=7.3.2 pytest-xdist>=2.2.0 hypothesis>=6.46.1
281+ python -m pip install --no-cache-dir versioneer[toml] cython==3.0.10 python-dateutil "pytz<2024.2" pytest>=7.3.2 pytest-xdist>=2.2.0 hypothesis>=6.46.1
280282 python -m pip install --no-cache-dir --no-build-isolation -e . --config-settings=setup-args="--werror"
281283 python -m pip list --no-cache-dir
282284 export PANDAS_CI=1
You can’t perform that action at this time.
0 commit comments