We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8036d9 + 83e44c3 commit 303e758Copy full SHA for 303e758
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [Version 1.5.6] - 2024-06-26
2
+
3
+- Limit `geopandas` version to < 1.0.0
4
5
## [Version 1.5.5] - 2024-06-19
6
7
- `SnowMaskTask` now correctly handles temporally empty eopatches.
eolearn/__init__.py
@@ -1,6 +1,6 @@
"""Main module of the `eolearn` package."""
-__version__ = "1.5.5"
+__version__ = "1.5.6"
import importlib.util
import warnings
pyproject.toml
@@ -47,7 +47,7 @@ dependencies = [
47
"boto3",
48
"fs",
49
"fs-s3fs",
50
- "geopandas>=0.11.0",
+ "geopandas>=0.11.0,<1",
51
"numpy>=1.20.0,<2",
52
"python-dateutil",
53
"sentinelhub>=3.9.0",
0 commit comments