Skip to content

Commit

Permalink
Add matrixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed May 7, 2024
1 parent 927c6d6 commit 6b3ab9f
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,23 @@ dependencies:
- libraft==24.6.*
librmm:
common:
- output_types: [requirements, pyproject]
- output_types: requirements
packages:
- librmm==24.6.*
# pip recognizes the index as a global option for the requirements.txt file
- --extra-index-url=https://pypi.nvidia.com
- --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple
specific:
- output_types: [requirements, pyproject]
matrices:
- matrix: {cuda: "12.*"}
packages:
- librmm-cu12==24.6.*
- matrix: {cuda: "11.*"}
packages:
- librmm-cu11==24.6.*
- matrix: null
packages:
- librmm==24.6.*
build_pylibraft:
common:
- output_types: [conda]
Expand Down

0 comments on commit 6b3ab9f

Please sign in to comment.