Skip to content

Commit

Permalink
Merge pull request #704 from atheo89/RHOAIENG-4475
Browse files Browse the repository at this point in the history
Replace kafka-python with kafka-python-ng on Jupyter notebooks
  • Loading branch information
openshift-merge-bot[bot] committed Sep 20, 2024
2 parents 1600f89 + dad8405 commit fd483ad
Show file tree
Hide file tree
Showing 13 changed files with 723 additions and 710 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.

Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"class TestKafkaPython(unittest.TestCase):\n",
"\n",
" def test_version(self):\n",
" expected_major_minor = '2.0'\n",
" expected_major_minor = '2.2'\n",
" actual_major_minor = get_major_minor(kafka.__version__)\n",
" self.assertEqual(actual_major_minor, expected_major_minor, \"incorrect version\")\n",
"\n",
Expand Down
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 fd483ad

Please sign in to comment.