Skip to content

Commit 2ecd159

Browse files
committed
Issue #721 just stay below xarray 2025.01.2 for now
1 parent f86d0d7 commit 2ecd159

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,!=2025.01.2,!=2025.03.0", # TODO #721 xarray non-nanosecond support
79+
"xarray>=0.12.3,<2025.01.2", # TODO #721 xarray non-nanosecond support
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)