We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106bdc4 commit e65b856Copy full SHA for e65b856
2 files changed
.github/workflows/run-tests-push.yml
@@ -70,6 +70,7 @@ jobs:
70
python-version: "3.11"
71
cache: 'pip'
72
- run: python -m pip install --upgrade pip
73
+ - run: python -m pip install --only-binary pyarrow==23.0.1
74
- run: python -m pip install --prefer-binary -e .[dev]
75
- run: python -m pytest -v -rP --doctest-modules countess/ tests/
76
pyproject.toml
@@ -43,8 +43,7 @@ dev = [
43
'types-ttkthemes~=3.2.4',
44
'twine~=6.1.0',
45
'packaging~=25.0',
46
- 'pandas-stubs~=2.2.3',
47
- 'pyarrow-stubs~=20.0.0',
+ 'pandas-stubs~=2.3.0',
48
'pytest~=8.4.1',
49
'pytest-socket~=0.7.0',
50
'requests-mock~=1.12.1',
0 commit comments