Skip to content

Commit fd483ad

Browse files
Merge pull request #704 from atheo89/RHOAIENG-4475
Replace kafka-python with kafka-python-ng on Jupyter notebooks
2 parents 1600f89 + dad8405 commit fd483ad

File tree

13 files changed

+723
-710
lines changed

13 files changed

+723
-710
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/datascience/ubi9-python-3.11/test/test_notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"class TestKafkaPython(unittest.TestCase):\n",
172172
"\n",
173173
" def test_version(self):\n",
174-
" expected_major_minor = '2.0'\n",
174+
" expected_major_minor = '2.2'\n",
175175
" actual_major_minor = get_major_minor(kafka.__version__)\n",
176176
" self.assertEqual(actual_major_minor, expected_major_minor, \"incorrect version\")\n",
177177
"\n",

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)