Skip to content

Commit

Permalink
Replace kafka-python with kafka-python-ng
Browse files Browse the repository at this point in the history
  • Loading branch information
atheo89 committed Sep 19, 2024
1 parent 1600f89 commit a236d36
Show file tree
Hide file tree
Showing 12 changed files with 722 additions and 709 deletions.
2 changes: 1 addition & 1 deletion jupyter/datascience/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "pypi"
[packages]
# Datascience and useful extensions
boto3 = "~=1.35.14"
kafka-python = "~=2.0.2"
kafka-python-ng = "~=2.2.2"
kfp = "~=2.9.0"
matplotlib = "~=3.9.2"
numpy = "~=2.1.0"
Expand Down
18 changes: 8 additions & 10 deletions jupyter/datascience/ubi9-python-3.11/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jupyter/pytorch/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ torchvision = {version = "~=0.19.0", index = "pytorch"}

# Datascience and useful extensions
boto3 = "~=1.35.14"
kafka-python = "~=2.0.2"
kafka-python-ng = "~=2.2.2"
kfp = "~=2.9.0"
matplotlib = "~=3.9.2"
numpy = "~=2.1.0"
Expand Down
21 changes: 9 additions & 12 deletions jupyter/pytorch/ubi9-python-3.11/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pytorch-triton-rocm = {version = "~=3.0.0", index = "pytorch"}

# Datascience and useful extensions
boto3 = "~=1.35.14"
kafka-python = "~=2.0.2"
kafka-python-ng = "~=2.2.2"
kfp = "~=2.9.0"
matplotlib = "~=3.9.2"
numpy = "~=2.1.0"
Expand Down
20 changes: 9 additions & 11 deletions jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tf2onnx = "~= 1.16.1"

# Datascience and useful extensions
boto3 = "~=1.35.14"
kafka-python = "~=2.0.2"
kafka-python-ng = "~=2.2.2"
matplotlib = "~=3.9.2"
numpy = "~=1.26.4"
pandas = "~=2.2.2"
Expand Down
Loading

0 comments on commit a236d36

Please sign in to comment.