Skip to content

Commit

Permalink
Set upper version limit for geopandas until #829 is solved
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Jul 8, 2022
1 parent 08962a7 commit f1eb8da
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 @@ -86,7 +86,7 @@ def read(*names, **kwargs):
"atlite==0.2.5",
"cdsapi",
"click",
"geopandas>=0.10.0",
"geopandas>=0.10.0,<0.11.0",
"geopy",
"geovoronoi==0.3.0",
"importlib-resources",
Expand Down

0 comments on commit f1eb8da

Please sign in to comment.