Skip to content

Commit

Permalink
remove cugraph-service-client suffixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 20, 2024
1 parent 3aaf837 commit 7fc9473
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -496,28 +496,14 @@ dependencies:

depends_on_cugraph_service_client:
common:
- output_types: conda
- output_types: [conda, requirements, pyproject]
packages:
- &cugraph_service_client_unsuffixed cugraph-service-client==25.2.*,>=0.0.0a0
- cugraph-service-client==25.2.*,>=0.0.0a0
- output_types: requirements
packages:
# 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.*"
cuda_suffixed: "true"
packages:
- cugraph-service-client-cu12==25.2.*,>=0.0.0a0
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- cugraph-service-client-cu11==25.2.*,>=0.0.0a0
- {matrix: null, packages: [*cugraph_service_client_unsuffixed]}

depends_on_pytorch:
common:
Expand Down

0 comments on commit 7fc9473

Please sign in to comment.