Skip to content

Commit

Permalink
compat: cuDF 24.10 (#6409)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Oct 14, 2024
1 parent f9c7f05 commit 4286d42
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 @@ -19,7 +19,7 @@ test-311 = ["py311", "test-core", "test", "example", "test-example", "test-unit-
test-312 = ["py312", "test-core", "test", "example", "test-example", "test-unit-task"]
test-ui = ["py312", "test-core", "test", "test-ui"]
test-core = ["py313", "test-core", "test-unit-task"]
test-gpu = ["py311", "test-core", "test", "test-gpu"]
test-gpu = ["py312", "test-core", "test", "test-gpu"]
docs = ["py311", "example", "doc"]
build = ["py311", "build"]
lint = ["py311", "lint"]
Expand Down Expand Up @@ -135,15 +135,15 @@ cmd = 'pytest holoviews/tests/ui --ui --browser chromium'
depends_on = ["_install-ui"]

[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 = "*"
cuspatial = "*"
librmm = { version = "*", channel = "rapidsai" }
Expand Down

0 comments on commit 4286d42

Please sign in to comment.