We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef55bc3 commit 378ae75Copy full SHA for 378ae75
.github/workflows/unit-tests.yml
@@ -241,6 +241,8 @@ jobs:
241
fi
242
- name: Build environment and Run Tests
243
# https://github.com/numpy/numpy/issues/24703#issuecomment-1722379388
244
+ # Note: Pinned to Cython 3.0.10 to avoid numerical instability in 32-bit environments
245
+ # https://github.com/pandas-dev/pandas/pull/61423
246
run: |
247
/opt/python/cp313-cp313/bin/python -m venv ~/virtualenvs/pandas-dev
248
. ~/virtualenvs/pandas-dev/bin/activate
0 commit comments