Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update minimum package dependencies #3001

Merged
merged 19 commits into from Sep 13, 2023

Conversation

m-richards
Copy link
Member

@m-richards m-richards commented Sep 4, 2023

Thought it might be a good idea to update our dependencies if we're aiming to do a release soonish. This is based on the SPEC 0 time windows, and I used a modified version of the included code snippet (https://gist.github.com/m-richards/ea4a156b702b27641d81c32d195dfc98) to work out the package ranges. Note that it's not perfect (fiona 1.8.20 is missing for some reason) but it's certainly easier than manually checking pypi for everything.

The only variation I've made is for fiona, where I've updated the dependency range taking into account micro releases, since there were so many 1.8.x releases.

I just touched the dependencies which affect our code and those specified in the CI envs, except I left pyarrow, mapclassify and the sql related dependencies.

We can also potentially reduce the number of CI envs, as we have a lot of 3.9 environments after this, but I think that would be easier to review as a separate pull request.

@m-richards m-richards marked this pull request as ready for review September 7, 2023 11:05
Copy link
Member

@martinfleis martinfleis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. thanks!

@martinfleis martinfleis added this to the 0.14 milestone Sep 8, 2023
Copy link
Member

@jorisvandenbossche jorisvandenbossche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice cleanup of workarounds and test skips ;)

We just have to update the docs and release notes as well

@martinfleis martinfleis merged commit b51d43b into geopandas:main Sep 13, 2023
17 of 18 checks passed
@martinfleis
Copy link
Member

Thanks both!

JohnMoutafis pushed a commit to JohnMoutafis/geopandas that referenced this pull request Nov 16, 2023
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
m-richards added a commit to m-richards/geopandas that referenced this pull request Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants