Skip to content

Commit

Permalink
Bump version of geopandas
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Oct 26, 2023
1 parent 8a6c7e8 commit 892e63f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 892e63f

Please sign in to comment.