From 39c0a1143dee26523c4e567668e20f9d8f8900c3 Mon Sep 17 00:00:00 2001 From: rjzamora Date: Mon, 12 Feb 2024 09:37:32 -0800 Subject: [PATCH] tweak comment --- dask_cuda/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",