Skip to content

Commit

Permalink
Remove TODO in libcudf_kafka recipe
Browse files Browse the repository at this point in the history
From my local testing, it seems that the `librdkafka` `run_exports` is now fix, so this line can be safely removed.
  • Loading branch information
ajschmidt8 committed Feb 16, 2022
1 parent 26d2924 commit dc2e559
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 dc2e559

Please sign in to comment.