From 183eec3253b1dbef6760e65f1b4424dbb4458e27 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Wed, 16 Feb 2022 16:03:05 -0500 Subject: [PATCH] Remove `TODO` in `libcudf_kafka` recipe (#10309) 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: https://github.com/rapidsai/cudf/pull/10309 --- conda/recipes/libcudf_kafka/meta.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/conda/recipes/libcudf_kafka/meta.yaml b/conda/recipes/libcudf_kafka/meta.yaml index 0b274f3a41d..1eb5b13ddc3 100644 --- a/conda/recipes/libcudf_kafka/meta.yaml +++ b/conda/recipes/libcudf_kafka/meta.yaml @@ -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: