ray-project / ray

Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
https://ray.io
Apache License 2.0
32.74k stars 5.55k forks source link

Dask Support Tracking Umbrella #46641

Open hongchaodeng opened 1 month ago

hongchaodeng commented 1 month ago

Once Python upgraded to 3.12, Dask has to be upgraded to 2024.6.0 for successful builds. But on Ray side, we don't have any plan to support dask version later than 2022.10.1. We will keep dask==2022.10.1 for < Python 3.12 and supporting it. For Python 3.12+, we will discontinue the support and related tests.

TLDR:

hongchaodeng commented 1 month ago

ref https://github.com/ray-project/ray/issues/45904