Skip to content

Commit b62f7fa

Browse files
committed
Issue #721 avoid xarray v2025.01.2 for now
Quick workaround for failing tests with xarray 2025.1.2 (released today)
1 parent 5df1b2b commit b62f7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"requests>=2.26.0",
7777
"shapely>=1.6.4",
7878
"numpy>=1.17.0",
79-
"xarray>=0.12.3",
79+
"xarray>=0.12.3,!=2025.01.2",
8080
"pandas>0.20.0",
8181
# TODO #578: pystac 1.5.0 is highest version available for lowest Python version we still support (3.7).
8282
# TODO #715 compatibility with pystac 1.12

0 commit comments

Comments
 (0)