-
Notifications
You must be signed in to change notification settings - Fork 722
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request