mggg / maup

The geospatial toolkit for redistricting data.
https://maup.readthedocs.io/en/latest/
MIT License
65 stars 23 forks source link

Allow higher versions of Geopandas #70

Closed calebclimatecabinet closed 2 years ago

calebclimatecabinet commented 2 years ago

The current pyproject.toml has the geopandas dependency set as: geopandas = "^0.9.0". This does not allow any version 0.10.0 or newer. Using this older versions raises FutureWarnings and prevents me from using some of geopandas' newer features, so it would be nice to have the compatibility to install the newer versions.

InnovativeInventor commented 2 years ago

Thanks for the PR! Can you update the lockfile, as well?

calebclimatecabinet commented 2 years ago

Ok lockfile updated - thanks!