Skip to content

Commit 699da76

Browse files
authored
compat: CuDF 26.02 (#6795)
1 parent 5c7497d commit 699da76

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ NUMBA_CUDA_LOW_OCCUPANCY_WARNINGS = "0"
221221

222222
[feature.test-gpu.dependencies]
223223
cuda-version = "13.1.*"
224-
cudf = "25.12.*"
224+
cudf = "26.02.*"
225225
cupy = "*"
226226
# cuspatial = "*" # Paused development: https://docs.rapids.ai/notices/rsn0045/
227227
librmm = { version = "*", channel = "rapidsai" }

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ filterwarnings = [
149149
"ignore:'_UnionGenericAlias' is deprecated and slated for removal in Python 3.17", # OK
150150
# 2025-11
151151
"ignore:Inheriting from 'holoviews.element.comparison.ComparisonInterface::holoviews.tests.element", # https://github.com/holoviz/holoviews/pull/6735
152-
# 2026-01
153-
"ignore:The cuda.core.experimental namespace is deprecated:DeprecationWarning:numba.cuda", # https://github.com/rapidsai/cudf/pull/20933
154152
]
155153

156154
[tool.coverage]

0 commit comments

Comments
 (0)