From 892e63f02fe9ea1fe9ca9f7e58fb4fa179a1231e Mon Sep 17 00:00:00 2001 From: kshtiijrajsharma Date: Thu, 26 Oct 2023 19:00:05 +0545 Subject: [PATCH 1/2] Bump version of geopandas --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a982eb57..486becde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ keywords = [ ] dependencies = [ "shapely==1.8.0", "GDAL", "numpy", - "Pillow==9.0.1", "geopandas==0.10.2","pandas==1.5.3", + "Pillow==9.0.1", "geopandas>=0.14.0,<=0.14.5","pandas==1.5.3", "rasterio", "mercantile==1.2.1", "tqdm==4.62.3", "rtree", "opencv-python==4.5.5.64","opencv-python-headless<=4.7.0.68","ramp-fair==0.1.2" ] diff --git a/requirements.txt b/requirements.txt index 9669ce8f..b7675ea5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ Shapely==1.8.0 numpy gdal Pillow==9.0.1 -geopandas==0.10.2 +geopandas>=0.14.0,<=0.14.5 pandas==1.5.3 rasterio tqdm==4.62.3 From cefa7a7528c21e33be6456ed86f5d54a45ec4ab4 Mon Sep 17 00:00:00 2001 From: kshtiijrajsharma Date: Thu, 26 Oct 2023 19:19:21 +0545 Subject: [PATCH 2/2] remove condition --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 486becde..3866891d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ keywords = [ ] dependencies = [ "shapely==1.8.0", "GDAL", "numpy", - "Pillow==9.0.1", "geopandas>=0.14.0,<=0.14.5","pandas==1.5.3", + "Pillow==9.0.1", "geopandas<=0.14.5","pandas==1.5.3", "rasterio", "mercantile==1.2.1", "tqdm==4.62.3", "rtree", "opencv-python==4.5.5.64","opencv-python-headless<=4.7.0.68","ramp-fair==0.1.2" ]