diff --git a/dask_cuda/__init__.py b/dask_cuda/__init__.py index 0a20d2b4..a8f8f5d6 100644 --- a/dask_cuda/__init__.py +++ b/dask_cuda/__init__.py @@ -4,7 +4,8 @@ if sys.platform != "linux": raise ImportError("Only Linux is supported by Dask-CUDA at this time") -# This warning is not specific to dask-cuda +# This warning must be filtered until dask-expr support +# is enabled in both dask-cudf and dask-cuda. # See: https://github.com/rapidsai/dask-cuda/issues/1311 warnings.filterwarnings( "ignore",