Skip to content

Commit 7879912

Browse files
committed
Drop cython from run requirements
As `cython` is only needed to build the Python bindings and does not contain any needed runtime libraries, drop it from the run requirements.
1 parent fa98f61 commit 7879912

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

conda/recipes/libcugraph/meta.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ requirements:
3333
- libcypher-parser
3434
run:
3535
- libcudf={{ minor_version }}
36-
- cython
3736
- {{ pin_compatible('cudatoolkit', max_pin='x.x') }}
3837

3938
#test:

0 commit comments

Comments
 (0)