Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -774,21 +774,27 @@ dependencies:
use_cuda_wheels: "true"
packages:
- cuda-toolkit==12.2.*
# Pin the oldest available cuFile wheel, released with CUDA Toolkit 12.6.3.
- nvidia-cufile-cu12==1.11.1.6.*
- matrix:
cuda: "12.5"
use_cuda_wheels: "true"
packages:
- cuda-toolkit==12.5.*
# Pin the oldest available cuFile wheel, released with CUDA Toolkit 12.6.3.
- nvidia-cufile-cu12==1.11.1.6.*
- matrix:
cuda: "12.8"
use_cuda_wheels: "true"
packages:
- cuda-toolkit==12.8.*
- nvidia-cufile-cu12==1.13.1.3.*
- matrix:
cuda: "12.9"
use_cuda_wheels: "true"
packages:
- cuda-toolkit==12.9.*
- nvidia-cufile-cu12>=1.13.1.3
- matrix:
cuda: "13.0"
use_cuda_wheels: "true"
Expand Down Expand Up @@ -977,12 +983,14 @@ dependencies:
use_cuda_wheels: "true"
packages:
- cuda-toolkit[nvcc,nvrtc]==12.*
# cuda-toolkit before 12.6.3 does not have the `cufile` extra.
- nvidia-cufile-cu12
- matrix:
cuda: "13.*"
cuda_suffixed: "true"
use_cuda_wheels: "true"
packages:
- cuda-toolkit[nvcc,nvrtc]==13.*
- cuda-toolkit[cufile,nvcc,nvrtc]==13.*
- {matrix: null, packages: []}
run_cudf_polars:
common:
Expand Down
Loading