Skip to content

Commit 59655b8

Browse files
committed
Issue #113/#527/#548 add lower bound for pystac requirement and changelog entry
1 parent a963540 commit 59655b8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
- Start depending on `pystac`, initially for better `load_stac` support ([#133](https://github.com/Open-EO/openeo-python-client/issues/133), [#527](https://github.com/Open-EO/openeo-python-client/issues/527))
13+
1214
### Changed
1315

1416
### Removed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"numpy>=1.17.0",
7474
"xarray>=0.12.3",
7575
"pandas>0.20.0",
76-
"pystac",
76+
"pystac>=1.5.0", # pystac 1.5.0 is highest version available for lowest Python version we still support (3.7).
7777
"deprecated>=1.2.12",
7878
'oschmod>=0.3.12; sys_platform == "win32"',
7979
"importlib_resources; python_version<'3.9'",

0 commit comments

Comments
 (0)