-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REVIEW] Fix missing confluent kafka version #13101
[REVIEW] Fix missing confluent kafka version #13101
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am going to push to this branch to update
Lines 394 to 402 in ebe4757
run_cudf_kafka: | |
common: | |
- output_types: conda | |
packages: | |
- python-confluent-kafka>=1.9.0,<1.10.0a0 | |
- output_types: [requirements, pyproject] | |
packages: | |
- *cudf | |
- confluent-kafka>=1.9.0,<1.10.0a0 |
run_custreamz
section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed the dependencies.yaml
. Should be good to go.
Thanks @bdice ! |
/merge |
Description
This PR fixes missing
python-confluent-kafka
version changes incustreamz
and removespython-confluent-kafka
fromcudf_kafka
because I don't see any usage ofconfluent_kafka
in the python code.Checklist