We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86d0d7 commit 2ecd159Copy full SHA for 2ecd159
1 file changed
setup.py
@@ -76,7 +76,7 @@
76
"requests>=2.26.0",
77
"shapely>=1.6.4",
78
"numpy>=1.17.0",
79
- "xarray>=0.12.3,!=2025.01.2,!=2025.03.0", # TODO #721 xarray non-nanosecond support
+ "xarray>=0.12.3,<2025.01.2", # TODO #721 xarray non-nanosecond support
80
"pandas>0.20.0",
81
# TODO #578: pystac 1.5.0 is highest version available for lowest Python version we still support (3.7).
82
# TODO #715 compatibility with pystac 1.12
0 commit comments