From d577218709ca147ae824dc6e47cfc43a7571ffc2 Mon Sep 17 00:00:00 2001 From: Ziga Luksic Date: Fri, 27 Sep 2024 09:56:45 +0200 Subject: [PATCH] update geopandas bounds --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c592899d..a6da4e10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "boto3", "fs", "fs-s3fs", - "geopandas>=0.11.0,<1", + "geopandas>=0.14.4,<1", "numpy>=1.20.0", "python-dateutil", "sentinelhub>=3.9.0",