We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b81f9 commit f310f50Copy full SHA for f310f50
setup.py
@@ -77,7 +77,8 @@
77
"xarray>=0.12.3",
78
"pandas>0.20.0",
79
# TODO #578: pystac 1.5.0 is highest version available for lowest Python version we still support (3.7).
80
- "pystac>=1.5.0",
+ # TODO #715 compatibility with pystac 1.12
81
+ "pystac>=1.5.0,<1.12",
82
"deprecated>=1.2.12",
83
'oschmod>=0.3.12; sys_platform == "win32"',
84
"importlib_resources; python_version<'3.9'",
0 commit comments