Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Not installing latest version of geopandas #63

Open
ryan-kipawa opened this issue May 4, 2022 · 3 comments
Open

Not installing latest version of geopandas #63

ryan-kipawa opened this issue May 4, 2022 · 3 comments

Comments

@ryan-kipawa
Copy link

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
Copy link
Author

The url fetcher sorts alphabetically, which is why 0.6 comes before 0.10. See here:

return self.sys_data[requirement.name][max(versions)]

@lepisma
Copy link
Owner

lepisma commented Jun 14, 2022

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

@ryan-kipawa
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants