Skip to content

Commit

Permalink
Add back release index
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Dec 6, 2023
1 parent c2addfa commit 9e8be7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ dependencies:
packages:
# pip recognizes the index as a global option for the requirements.txt file
# This index is needed for rmm-cu{11,12}.
- --extra-index-url=https://pypi.nvidia.com
- --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple
specific:
- output_types: [conda, requirements, pyproject]
Expand Down Expand Up @@ -407,6 +408,7 @@ dependencies:
packages:
# pip recognizes the index as a global option for the requirements.txt file
# This index is needed for cudf and rmm.
- --extra-index-url=https://pypi.nvidia.com
- --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple
specific:
- output_types: [conda, requirements, pyproject]
Expand Down Expand Up @@ -454,6 +456,7 @@ dependencies:
packages:
# pip recognizes the index as a global option for the requirements.txt file
# This index is needed for cudf and rmm.
- --extra-index-url=https://pypi.nvidia.com
- --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple
specific:
- output_types: [requirements, pyproject]
Expand Down

0 comments on commit 9e8be7c

Please sign in to comment.