Skip to content

Commit

Permalink
Use kafka-python-ng instead of kafka-python
Browse files Browse the repository at this point in the history
Unfortunately kafka-python seems to be having maintenance issues:
dpkp/kafka-python#2431

And it cannot be installed on Python 3.12:
dpkp/kafka-python#2412
  • Loading branch information
JamesWrigley committed Jul 5, 2024
1 parent 72d44c5 commit d16ee9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
backend = [
"EXtra-data",
"ipython",
"kafka-python",
"kafka-python-ng",
"kaleido", # used in plotly to convert figures to images
"matplotlib",
"numpy",
Expand Down

0 comments on commit d16ee9e

Please sign in to comment.