Skip to content

upgrade Geopandas dependency #3078

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

Closed
mattmoehr opened this issue Jan 21, 2025 · 1 comment · Fixed by #3079
Closed

upgrade Geopandas dependency #3078

mattmoehr opened this issue Jan 21, 2025 · 1 comment · Fixed by #3079
Labels
enhancement New feature or request

Comments

@mattmoehr
Copy link

Is your idea related to a problem? Please describe.
I am using the latest versions of geopandas (1.0.1) and pyarrow (18.1) for some geographic data processing. There is a conflict with the latest version of awswrangler. I'm using conda for environment management. Conda insists on downgrading geopandas to <= 0.13.2.

This is specifically a problem because of the function geopandas.GeoDataFrame.from_arrow() is only available in geopandas >= 1.0.

Describe the solution you'd like
I would like to change the dependency lock inside awswrangler to allow for newer geopandas.

@mattmoehr mattmoehr added the enhancement New feature or request label Jan 21, 2025
@kukushking kukushking linked a pull request Jan 22, 2025 that will close this issue
@jaidisido
Copy link
Contributor

Thanks for the suggestion, we have updated the project.toml and there is an open PR for conda https://github.com/conda-forge/awswrangler-feedstock/pull/134/files
This should be available in the next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants