Skip to content

Commit

Permalink
[doc] document the right dask version (ray-project#48899)
Browse files Browse the repository at this point in the history
2024.6.0 is used since ray 2.34

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
  • Loading branch information
aslonnie authored Nov 23, 2024
1 parent 5cd8967 commit 4345c6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/source/ray-more-libs/dask-on-ray.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ workload. Using the Dask-on-Ray scheduler, the entire Dask ecosystem can be exec

* - Ray Version
- Dask Version
* - ``2.8.0`` or above
* - ``2.34.0`` or above
- | ``2022.10.1 (Python version < 3.12)``
| ``2024.6.0 (Python version >= 3.12)``
* - ``2.8.0`` to ``2.33.x``
- ``2022.10.1``
* - ``2.5.0`` to ``2.7.x``
- | ``2022.2.0 (Python version < 3.8)``
Expand Down

0 comments on commit 4345c6c

Please sign in to comment.