Skip to content

Commit

Permalink
fix(build): loosen version of geopandas
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Nov 25, 2024
1 parent 38fc0ae commit 31b1cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 31b1cc3

Please sign in to comment.