File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ NUMBA_CUDA_LOW_OCCUPANCY_WARNINGS = "0"
221221
222222[feature .test-gpu .dependencies ]
223223cuda-version = " 13.1.*"
224- cudf = " 25.12 .*"
224+ cudf = " 26.02 .*"
225225cupy = " *"
226226# cuspatial = "*" # Paused development: https://docs.rapids.ai/notices/rsn0045/
227227librmm = { version = " *" , channel = " rapidsai" }
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments