sfu-db / dataprep

Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a few lines of code.
http://dataprep.ai
MIT License
2.01k stars 204 forks source link

Update dask dependency to more recent version #777

Open villekr opened 2 years ago

villekr commented 2 years ago

Is your feature request related to a problem? Please describe. Dataprep's dask dependency version is really old. This causes problems when using dataprep together with dask. One is required to use old version with old APIs etc.

Describe the solution you'd like Update the dask version to a more recent one (at the time of writing the latest one is 2021.12.0).

Describe alternatives you've considered None

Additional context None

dovahcrow commented 2 years ago

Thanks for the suggestion @villekr. We had a PR for this issue and I'm still working on it.