Skip to content

Commit

Permalink
Issue #113/#527/#548 add lower bound for pystac requirement and chang…
Browse files Browse the repository at this point in the history
…elog entry
  • Loading branch information
soxofaan committed Mar 25, 2024
1 parent a963540 commit 59655b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- 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))

### Changed

### Removed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"numpy>=1.17.0",
"xarray>=0.12.3",
"pandas>0.20.0",
"pystac",
"pystac>=1.5.0", # pystac 1.5.0 is highest version available for lowest Python version we still support (3.7).
"deprecated>=1.2.12",
'oschmod>=0.3.12; sys_platform == "win32"',
"importlib_resources; python_version<'3.9'",
Expand Down

0 comments on commit 59655b8

Please sign in to comment.