Skip to content

Commit

Permalink
compat: cuDF 24.12 (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Dec 12, 2024
1 parent 61f965b commit 338eaa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
]

0 comments on commit 338eaa2

Please sign in to comment.