Skip to content

Commit

Permalink
compat: cuDF 24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Oct 10, 2024
1 parent 6535ec8 commit c138f92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -110,15 +110,15 @@ 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]
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 = "*"
Expand Down

0 comments on commit c138f92

Please sign in to comment.