You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: