Skip to content

Commit

Permalink
Remove protocol.loads compatibility fix
Browse files Browse the repository at this point in the history
This change was introduced in
rapidsai#1247 to include the fix from
dask/distributed#8216 for the Dask-CUDA 23.10
which pinned to Distributed 2023.9.2. Starting from Distributed
2023.9.3, the fix is merged in Distributed and this isn't required
anymore.
  • Loading branch information
pentschev committed Oct 4, 2023
1 parent ff9a1a2 commit 9f2476d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 120 deletions.
2 changes: 0 additions & 2 deletions dask_cuda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

__version__ = "23.12.00"

from . import compat

# Monkey patching Dask to make use of explicit-comms when `DASK_EXPLICIT_COMMS=True`
dask.dataframe.shuffle.rearrange_by_column = get_rearrange_by_column_wrapper(
dask.dataframe.shuffle.rearrange_by_column
Expand Down
118 changes: 0 additions & 118 deletions dask_cuda/compat.py

This file was deleted.

0 comments on commit 9f2476d

Please sign in to comment.