Skip to content

Commit

Permalink
CI: Install pandas 2.1 + pyarrow in the Python 3.11 job (#3605)
Browse files Browse the repository at this point in the history
Co-authored-by: Wei Ji <[email protected]>
  • Loading branch information
seisman and weiji14 authored Nov 11, 2024
1 parent 189f376 commit ff9daae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
- os: 'ubuntu-latest'
python-version: '3.11' # Can't be 3.10 or 3.12.
numpy-version: '1.24'
pandas-version: ''
pandas-version: '=2.1'
xarray-version: ''
optional-packages: ' geopandas<1'
optional-packages: ' geopandas<1 pyarrow'

timeout-minutes: 30
defaults:
Expand Down

0 comments on commit ff9daae

Please sign in to comment.