Skip to content

Commit 303e758

Browse files
authoredJun 26, 2024··
Release 1.5.6, Merge pull request #797 from sentinel-hub/develop
Release 1.5.6
2 parents f8036d9 + 83e44c3 commit 303e758

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [Version 1.5.6] - 2024-06-26
2+
3+
- Limit `geopandas` version to < 1.0.0
4+
15
## [Version 1.5.5] - 2024-06-19
26

37
- `SnowMaskTask` now correctly handles temporally empty eopatches.

‎eolearn/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Main module of the `eolearn` package."""
22

3-
__version__ = "1.5.5"
3+
__version__ = "1.5.6"
44

55
import importlib.util
66
import warnings

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747
"boto3",
4848
"fs",
4949
"fs-s3fs",
50-
"geopandas>=0.11.0",
50+
"geopandas>=0.11.0,<1",
5151
"numpy>=1.20.0,<2",
5252
"python-dateutil",
5353
"sentinelhub>=3.9.0",

0 commit comments

Comments
 (0)
Please sign in to comment.