Skip to content

Commit

Permalink
Remove TODO in libcudf_kafka recipe (#10309)
Browse files Browse the repository at this point in the history
From my local testing, it seems that the `librdkafka` `run_exports` is now fixed, so this line can be safely removed.

Authors:
  - AJ Schmidt (https://github.com/ajschmidt8)

Approvers:
  - Jordan Jacobelli (https://github.com/Ethyling)

URL: #10309
  • Loading branch information
ajschmidt8 authored Feb 16, 2022
1 parent 26d2924 commit 183eec3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conda/recipes/libcudf_kafka/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ requirements:
host:
- libcudf {{version}}
- librdkafka >=1.7.0,<1.8.0a0
run:
- {{ pin_compatible('librdkafka', max_pin='x.x') }} #TODO: librdkafka should be automatically included here by run_exports but is not

test:
commands:
Expand Down

0 comments on commit 183eec3

Please sign in to comment.