Skip to content

Commit f310f50

Browse files
committed
Issue #715 pin down pystac<1.12 as compatibility workaround
1 parent 73b81f9 commit f310f50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
"xarray>=0.12.3",
7878
"pandas>0.20.0",
7979
# TODO #578: pystac 1.5.0 is highest version available for lowest Python version we still support (3.7).
80-
"pystac>=1.5.0",
80+
# TODO #715 compatibility with pystac 1.12
81+
"pystac>=1.5.0,<1.12",
8182
"deprecated>=1.2.12",
8283
'oschmod>=0.3.12; sys_platform == "win32"',
8384
"importlib_resources; python_version<'3.9'",

0 commit comments

Comments
 (0)