From 31b1cc374e85f7a367946124c1fc3001cd941a25 Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Mon, 25 Nov 2024 19:09:26 +0100 Subject: [PATCH] fix(build): loosen version of geopandas --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8c691eb..5fda097 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ "Pillow<=9.1.0", "rtree>=1.0.0,<=1.1.0", "tqdm>=4.0.0,<=4.67.0", - "geopandas==0.14.4", + "geopandas>=0.12.0,<=0.14.4", "shapely>=1.0.0,<=2.0.2", "rasterio>=1.0.0,<=1.3.8", "orthogonalizer<=0.0.4",