Skip to content

Commit 631f09c

Browse files
authored
CI: Pin pandas/xarray to minimum supported versions in the GMT Legacy Tests workflow (#4116)
1 parent a911e64 commit 631f09c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_tests_legacy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
gmt=${{ matrix.gmt_version }}
6363
ghostscript<10
6464
numpy=1.26
65-
pandas
66-
xarray
65+
pandas=2.2
66+
xarray=2023.10
6767
packaging=24.2
6868
contextily=1.5
6969
geopandas=1.0

0 commit comments

Comments
 (0)