diff --git a/pixi.toml b/pixi.toml index 6b7180a8c..5dca29585 100644 --- a/pixi.toml +++ b/pixi.toml @@ -119,7 +119,7 @@ NUMBA_CUDA_LOW_OCCUPANCY_WARNINGS = '0' [feature.test-gpu.dependencies] cuda-version = "12.2.*" -cudf = "24.10.*" +cudf = "24.12.*" cupy = "*" dask-cudf = "*" dask-expr = "*" diff --git a/pyproject.toml b/pyproject.toml index 1fd01f742..b5fd43bc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,5 +116,4 @@ filterwarnings = [ "ignore:numpy.ndarray size changed, may indicate binary incompatibility:RuntimeWarning", # https://github.com/pydata/xarray/issues/7259 "ignore:\\s*Dask dataframe query planning is disabled because dask-expr is not installed:FutureWarning", # https://github.com/holoviz/spatialpandas/issues/146 "ignore:The legacy Dask DataFrame implementation is deprecated:FutureWarning", # https://github.com/holoviz/spatialpandas/issues/146 - "ignore:The cuda.cuda(rt)? module is deprecated:DeprecationWarning", # https://github.com/rapidsai/rmm/issues/1730 ]