Skip to content

Commit

Permalink
Update several python packages on pipfiles to cover review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
atheo89 committed Sep 9, 2024
1 parent 0ee3972 commit 52fc2ab
Show file tree
Hide file tree
Showing 16 changed files with 20,822 additions and 244 deletions.
2 changes: 1 addition & 1 deletion base/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ verify_ssl = true
[packages]
# Base packages
wheel = "~=0.44.0"
setuptools = "~=73.0.0"
setuptools = "~=74.1.2"

[requires]
python_version = "3.11"
8 changes: 4 additions & 4 deletions base/ubi9-python-3.11/Pipfile.lock

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

13 changes: 3 additions & 10 deletions jupyter/datascience/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pypi"

[packages]
# Datascience and useful extensions
boto3 = "~=1.35.5"
boto3 = "~=1.35.14"
kafka-python = "~=2.0.2"
matplotlib = "~=3.9.2"
numpy = "~=2.1.0"
Expand All @@ -18,7 +18,6 @@ scipy = "~=1.14.1"
skl2onnx = "~=1.17.0"
onnxconverter-common = "~=1.14.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.18.0"
memray = "~=1.10.0" # any version above this would cause issue with rich package

# DB connectors
pymongo = "~=4.8.0"
Expand All @@ -42,15 +41,9 @@ jupyter-resource-usage = "~=1.1.0"
nbdime = "~=4.0.1"
nbgitpuller = "~=1.2.1"

# pycodestyle is dependency of below packages
# and to achieve compatible of pycodestyle with python-lsp-server[all]
# pinned the below packages
autopep8 = "~=2.3.1"
flake8 = "~=7.1.1"

# Base packages
wheel = "~=0.44.0"
setuptools = "~=73.0.0"
setuptools = "~=74.1.2"

[requires]
python_version = "3.11"
python_version = "3.11"
3,304 changes: 3,304 additions & 0 deletions jupyter/datascience/ubi9-python-3.11/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/minimal/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nbgitpuller = "~=1.2.1"

# Base packages
wheel = "~=0.44.0"
setuptools = "~=73.0.0"
setuptools = "~=74.1.2"

[requires]
python_version = "3.11"
378 changes: 190 additions & 188 deletions jupyter/minimal/ubi9-python-3.11/Pipfile.lock

Large diffs are not rendered by default.

13 changes: 3 additions & 10 deletions jupyter/pytorch/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ torch = {version = "~=2.4.0", index = "pytorch"}
torchvision = {version = "~=0.19.0", index = "pytorch"}

# Datascience and useful extensions
boto3 = "~=1.35.6"
boto3 = "~=1.35.14"
kafka-python = "~=2.0.2"
matplotlib = "~=3.9.2"
numpy = "~=2.1.0"
Expand All @@ -28,7 +28,6 @@ scipy = "~=1.14.1"
skl2onnx = "~=1.17.0"
onnxconverter-common = "~=1.14.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.18.0"
memray = "~=1.10.0" # any version above this would cause issue with rich package

# DB connectors
pymongo = "~=4.8.0"
Expand All @@ -38,7 +37,7 @@ mysql-connector-python = "~=9.0.0"

# JupyterLab packages

#odh-elyra = ">=3.16.7" # For the phase 1, exclude elyra installation. Till this Jira ticket is resolved. https://issues.redhat.com/browse/RHOAIENG-10143
#odh-elyra = ">=3.16.7"

jupyterlab = "~=4.2.4"
jupyter-bokeh = "~=4.0.5"
Expand All @@ -52,15 +51,9 @@ jupyter-resource-usage = "~=1.1.0"
nbdime = "~=4.0.1"
nbgitpuller = "~=1.2.1"

# pycodestyle is dependency of below packages
# and to achieve compatible of pycodestyle with python-lsp-server[all]
# pinned the below packages
autopep8 = "~=2.3.1"
flake8 = "~=7.1.1"

# Base packages
wheel = "~=0.44.0"
setuptools = "~=73.0.0"
setuptools = "~=74.1.2"

[requires]
python_version = "3.11"
3,515 changes: 3,515 additions & 0 deletions jupyter/pytorch/ubi9-python-3.11/Pipfile.lock

Large diffs are not rendered by default.

13 changes: 3 additions & 10 deletions jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ torchvision = {version = "~=0.19.0", index = "pytorch"} # https://pytorch.org/ge
pytorch-triton-rocm = {version = "~=3.0.0", index = "pytorch"}

# Datascience and useful extensions
boto3 = "~=1.35.5"
boto3 = "~=1.35.14"
kafka-python = "~=2.0.2"
matplotlib = "~=3.9.2"
numpy = "~=2.1.0"
Expand All @@ -30,7 +30,6 @@ scipy = "~=1.14.1"
skl2onnx = "~=1.17.0"
onnxconverter-common = "~=1.14.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.18.0"
memray = "~=1.10.0" # any version above this would cause issue with rich package

# DB connectors
pymongo = "~=4.8.0"
Expand All @@ -40,7 +39,7 @@ mysql-connector-python = "~=9.0.0"

# JupyterLab packages

#odh-elyra = ">=3.16.7" # For the phase 1, exclude elyra installation. Till this Jira ticket is resolved. https://issues.redhat.com/browse/RHOAIENG-10143
#odh-elyra = ">=3.16.7"

jupyterlab = "~=4.2.4"
jupyter-bokeh = "~=4.0.5"
Expand All @@ -54,15 +53,9 @@ jupyter-resource-usage = "~=1.1.0"
nbdime = "~=4.0.1"
nbgitpuller = "~=1.2.1"

# pycodestyle is dependency of below packages
# and to achieve compatible of pycodestyle with python-lsp-server[all]
# pinned the below packages
autopep8 = "~=2.3.1"
flake8 = "~=7.1.1"

# Base packages
wheel = "~=0.44.0"
setuptools = "~=73.0.0"
setuptools = "~=74.1.2"

[requires]
python_version = "3.11"
Loading

0 comments on commit 52fc2ab

Please sign in to comment.