pipwin icon indicating copy to clipboard operation
pipwin copied to clipboard

Not installing latest version of geopandas

Open ryan-kipawa opened this issue 2 years ago • 3 comments

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.

ryan-kipawa avatar May 04 '22 15:05 ryan-kipawa

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

ryan-kipawa avatar Jun 03 '22 12:06 ryan-kipawa

Hi @rywm-dhi , would you be willing to do a PR for this?

lepisma avatar Jun 14 '22 09:06 lepisma

Hi @lepisma ... I'd be happy to but I don't have time anytime soon. So please feel free anyone else in the meantime

ryan-kipawa avatar Jun 14 '22 14:06 ryan-kipawa