Skip to content

Commit a0b112b

Browse files
authored
Add pylibcugraph dependency on pylibraft. (#4570)
@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
1 parent fae0d3e commit a0b112b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conda/recipes/pylibcugraph/meta.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ requirements:
7575
- cuda-cudart
7676
{% endif %}
7777
- libcugraph ={{ version }}
78+
- pylibraft ={{ minor_version }}
7879
- python
80+
- rmm ={{ minor_version }}
7981

8082
tests:
8183
requirements:

0 commit comments

Comments
 (0)