Skip to content

Commit

Permalink
Add pylibcugraph dependency on pylibraft. (#4570)
Browse files Browse the repository at this point in the history
@quasiben noticed that pylibcugraph was missing a pylibraft dependency. See #4568.

This PR adds the missing dependency on pylibraft, and also adds a dependency on rmm. This aligns with the wheel packaging: https://github.com/rapidsai/cugraph/blob/aa0347cd208255942fce6b926843f005a538c06f/dependencies.yaml#L132-L139

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Rick Ratzel (https://github.com/rlratzel)
  - James Lamb (https://github.com/jameslamb)

URL: #4570
  • Loading branch information
bdice authored Jul 31, 2024
1 parent fae0d3e commit a0b112b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/recipes/pylibcugraph/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ requirements:
- cuda-cudart
{% endif %}
- libcugraph ={{ version }}
- pylibraft ={{ minor_version }}
- python
- rmm ={{ minor_version }}

tests:
requirements:
Expand Down

0 comments on commit a0b112b

Please sign in to comment.