Skip to content

Commit

Permalink
Release 1.5.6, Merge pull request #797 from sentinel-hub/develop
Browse files Browse the repository at this point in the history
Release 1.5.6
  • Loading branch information
zigaLuksic authored Jun 26, 2024
2 parents f8036d9 + 83e44c3 commit 303e758
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [Version 1.5.6] - 2024-06-26

- Limit `geopandas` version to < 1.0.0

## [Version 1.5.5] - 2024-06-19

- `SnowMaskTask` now correctly handles temporally empty eopatches.
Expand Down
2 changes: 1 addition & 1 deletion eolearn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Main module of the `eolearn` package."""

__version__ = "1.5.5"
__version__ = "1.5.6"

import importlib.util
import warnings
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies = [
"boto3",
"fs",
"fs-s3fs",
"geopandas>=0.11.0",
"geopandas>=0.11.0,<1",
"numpy>=1.20.0,<2",
"python-dateutil",
"sentinelhub>=3.9.0",
Expand Down

0 comments on commit 303e758

Please sign in to comment.