Skip to content

Commit

Permalink
add missing cuda_suffixed: true
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt authored Sep 18, 2024
1 parent ac53a0f commit afddcbe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,10 +499,14 @@ dependencies:
- *cuda_python
- output_types: [requirements, pyproject]
matrices:
- matrix: {cuda: "12.*"}
- matrix:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- *rmm_cu12
- matrix: {cuda: "11.*"}
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- *rmm_cu11
- {matrix: null, packages: [*rmm_unsuffixed]}
Expand Down

0 comments on commit afddcbe

Please sign in to comment.