diff --git a/conda/environments/cudf_dev_cuda11.0.yml b/conda/environments/cudf_dev_cuda11.0.yml index 9d6daef7a2f..803e4f0ba26 100644 --- a/conda/environments/cudf_dev_cuda11.0.yml +++ b/conda/environments/cudf_dev_cuda11.0.yml @@ -59,6 +59,8 @@ dependencies: - cachetools - transformers<=4.10.3 - pydata-sphinx-theme + - librdkafka=1.7.0 + - python-confluent-kafka=1.7.0 - pip: - git+https://github.com/dask/dask.git@main - git+https://github.com/dask/distributed.git@main diff --git a/conda/environments/cudf_dev_cuda11.2.yml b/conda/environments/cudf_dev_cuda11.2.yml index 986effae1a6..2281d361ebd 100644 --- a/conda/environments/cudf_dev_cuda11.2.yml +++ b/conda/environments/cudf_dev_cuda11.2.yml @@ -59,6 +59,8 @@ dependencies: - cachetools - transformers<=4.10.3 - pydata-sphinx-theme + - librdkafka=1.7.0 + - python-confluent-kafka=1.7.0 - pip: - git+https://github.com/dask/dask.git@main - git+https://github.com/dask/distributed.git@main