From c138f928dd4643dd346ab8219f84a2c23184ad28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Thu, 10 Oct 2024 07:36:16 +0200 Subject: [PATCH] compat: cuDF 24.10 --- pixi.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pixi.toml b/pixi.toml index 7d59f6d19..be1d76f0d 100644 --- a/pixi.toml +++ b/pixi.toml @@ -16,7 +16,7 @@ test-310 = ["py310", "test-core", "test", "example", "test-example", "test-unit- test-311 = ["py311", "test-core", "test", "example", "test-example", "test-unit-task"] test-312 = ["py312", "test-core", "test", "example", "test-example", "test-unit-task"] test-core = ["py312", "test-core", "test-unit-task"] -test-gpu = ["py311", "test-core", "test-gpu"] +test-gpu = ["py312", "test-core", "test-gpu"] docs = ["py311", "example", "doc"] build = ["py311", "build"] lint = ["py311", "lint"] @@ -110,7 +110,7 @@ nbval = "*" test-example = { cmd = 'pytest -n logical --dist loadscope --nbval-lax examples --benchmark-skip', env = { DASK_DATAFRAME__QUERY_PLANNING = "False" } } [feature.test-gpu] -channels = ["pyviz/label/dev", "rapidsai", "conda-forge"] +channels = ["rapidsai"] platforms = ["linux-64"] [feature.test-gpu.activation.env] @@ -118,7 +118,7 @@ NUMBA_CUDA_LOW_OCCUPANCY_WARNINGS = '0' [feature.test-gpu.dependencies] cuda-version = "12.2.*" -cudf = "24.08.*" +cudf = "24.10.*" cupy = "*" dask-cudf = "*" dask-expr = "*"