Skip to content

Commit

Permalink
Add librdkafka and python-confluent-kafka to dev conda environments s… (
Browse files Browse the repository at this point in the history
#9562)

Custreamz dependencies have been missing from the conda development environments files causing confusion and slowing down dev cycles.

Authors:
  - Jeremy Dyer (https://github.com/jdye64)

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

URL: #9562
  • Loading branch information
jdye64 authored Nov 2, 2021
1 parent 0e76035 commit d674c55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/environments/cudf_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions conda/environments/cudf_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d674c55

Please sign in to comment.