Skip to content

Commit

Permalink
Fix CUDA dependency issues from PR #148. (#150)
Browse files Browse the repository at this point in the history
Following up on an issue with `dependencies.yaml` from #148. See https://github.com/rapidsai/ucxx/pull/148/files#r1440832477.

cc: @ajschmidt8 @pentschev

Authors:
  - Bradley Dice (https://github.com/bdice)
  - Peter Andreas Entschev (https://github.com/pentschev)

Approvers:
  - Peter Andreas Entschev (https://github.com/pentschev)
  - AJ Schmidt (https://github.com/ajschmidt8)
  - https://github.com/jakirkham

URL: #150
  • Loading branch information
bdice authored Jan 4, 2024
1 parent cad7380 commit 5f05790
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,5 @@ repos:
- id: rapids-dependency-file-generator
args: ["--clean"]



default_language_version:
python: python3
13 changes: 9 additions & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,26 +100,31 @@ dependencies:
cuda: "11.2"
packages:
- cuda-version=11.2
- cudatoolkit
- matrix:
cuda: "11.4"
packages:
- cuda-version=11.4
- cudatoolkit
- matrix:
cuda: "11.5"
packages:
- cuda-version=11.5
- cudatoolkit
- matrix:
cuda: "11.8"
packages:
- cuda-version=11.8
- matrix:
cuda: "12.0"
packages:
- cuda-version=12.0
- output_types: conda
matrices:
- matrix:
cuda: "11.*"
packages:
- cudatoolkit
- matrix:
cuda: "12.*"
packages:
- cuda-version=12.0
- cuda-cudart-dev
dev:
common:
Expand Down

0 comments on commit 5f05790

Please sign in to comment.