Skip to content

Commit a236d36

Browse files
committed
Replace kafka-python with kafka-python-ng
1 parent 1600f89 commit a236d36

File tree

12 files changed

+722
-709
lines changed

12 files changed

+722
-709
lines changed

jupyter/datascience/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "pypi"
88
[packages]
99
# Datascience and useful extensions
1010
boto3 = "~=1.35.14"
11-
kafka-python = "~=2.0.2"
11+
kafka-python-ng = "~=2.2.2"
1212
kfp = "~=2.9.0"
1313
matplotlib = "~=3.9.2"
1414
numpy = "~=2.1.0"

jupyter/datascience/ubi9-python-3.11/Pipfile.lock

Lines changed: 8 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/pytorch/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ torchvision = {version = "~=0.19.0", index = "pytorch"}
1818

1919
# Datascience and useful extensions
2020
boto3 = "~=1.35.14"
21-
kafka-python = "~=2.0.2"
21+
kafka-python-ng = "~=2.2.2"
2222
kfp = "~=2.9.0"
2323
matplotlib = "~=3.9.2"
2424
numpy = "~=2.1.0"

jupyter/pytorch/ubi9-python-3.11/Pipfile.lock

Lines changed: 9 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pytorch-triton-rocm = {version = "~=3.0.0", index = "pytorch"}
2020

2121
# Datascience and useful extensions
2222
boto3 = "~=1.35.14"
23-
kafka-python = "~=2.0.2"
23+
kafka-python-ng = "~=2.2.2"
2424
kfp = "~=2.9.0"
2525
matplotlib = "~=3.9.2"
2626
numpy = "~=2.1.0"

jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile.lock

Lines changed: 9 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tf2onnx = "~= 1.16.1"
1313

1414
# Datascience and useful extensions
1515
boto3 = "~=1.35.14"
16-
kafka-python = "~=2.0.2"
16+
kafka-python-ng = "~=2.2.2"
1717
matplotlib = "~=3.9.2"
1818
numpy = "~=1.26.4"
1919
pandas = "~=2.2.2"

0 commit comments

Comments
 (0)