Skip to content

Commit

Permalink
Drop cython from run requirements
Browse files Browse the repository at this point in the history
As `cython` is only needed to build the Python bindings and does not
contain any needed runtime libraries, drop it from the run requirements.
  • Loading branch information
jakirkham committed Jan 14, 2020
1 parent fa98f61 commit 7879912
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conda/recipes/libcugraph/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ requirements:
- libcypher-parser
run:
- libcudf={{ minor_version }}
- cython
- {{ pin_compatible('cudatoolkit', max_pin='x.x') }}

#test:
Expand Down

0 comments on commit 7879912

Please sign in to comment.