pipwin
pipwin copied to clipboard
Not installing latest version of geopandas
For a fresh install of pipwin, it doesn't seem to install the latest version of geopandas. As of today, Gohlke's site has two versions of geopandas: 0.6.x and 0.10.x. Pipwin seems to install 0.6.x by default. I was able to use pipwin install geopandas==0.10.2 to override it, but obviously it would be nice to default to the most recent version.
The url fetcher sorts alphabetically, which is why 0.6 comes before 0.10. See here:
https://github.com/lepisma/pipwin/blob/acd86ad128e9624502ec35e686df3184abbc49aa/pipwin/pipwin.py#L260
Hi @rywm-dhi , would you be willing to do a PR for this?
Hi @lepisma ... I'd be happy to but I don't have time anytime soon. So please feel free anyone else in the meantime