geopandas / dask-geopandas

Parallel GeoPandas with Dask
https://dask-geopandas.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
486 stars 45 forks source link

RLS - packaging: depend on dask[dataframe] to automatically get dask-expr #300

Closed jorisvandenbossche closed 2 months ago

jorisvandenbossche commented 2 months ago

See discussion in https://github.com/conda-forge/dask-geopandas-feedstock/pull/17.

While in theory it is still possible to use recent dask without dask-expr, dask will raise warning about it (by default, you can still silence the warning as well by setting "dataframe.query-planning" config to False), it's probably easier for our users to automatically get it installed.