Skip to content

Commit 8bfac8e

Browse files
authored
Merge branch 'main' into to_numpy/pyarrow_string
2 parents 2509e18 + ff9daae commit 8bfac8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ jobs:
8585
- os: 'ubuntu-latest'
8686
python-version: '3.11' # Can't be 3.10 or 3.12.
8787
numpy-version: '1.24'
88-
pandas-version: ''
88+
pandas-version: '=2.1'
8989
xarray-version: ''
90-
optional-packages: ' geopandas<1'
90+
optional-packages: ' geopandas<1 pyarrow'
9191

9292
timeout-minutes: 30
9393
defaults:

0 commit comments

Comments
 (0)