Skip to content

Commit

Permalink
update dependencies.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 11, 2024
1 parent 811d47c commit 638db3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels:
- nvidia
dependencies:
- bokeh>=3.1
- cuda-version=12.0
- cuda-version=12.2
- cudf==24.2.*
- cugraph==24.2.*
- cupy>=12.0.0
Expand Down Expand Up @@ -43,4 +43,4 @@ dependencies:
- sphinx>=7.2.5
- sphinx_rtd_theme
- sphinxcontrib-websupport
name: all_cuda-120_arch-x86_64
name: all_cuda-122_arch-x86_64
6 changes: 5 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ files:
all:
output: conda
matrix:
cuda: ["11.8", "12.0"]
cuda: ["11.8", "12.2"]
arch: [x86_64]
includes:
- build_wheels
Expand Down Expand Up @@ -97,6 +97,10 @@ dependencies:
cuda: "12.0"
packages:
- cuda-version=12.0
- matrix:
cuda: "12.2"
packages:
- cuda-version=12.2
cuda:
specific:
- output_types: conda
Expand Down

0 comments on commit 638db3c

Please sign in to comment.