Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RHOAIENG-19478, RHOAIENG-19715, RHOAIENG-19485 - Explore versions compatibility, upgrade Jupyter packages and upgrade Runtime images #946

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
42 changes: 21 additions & 21 deletions jupyter/datascience/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,45 +7,45 @@ name = "pypi"

[packages]
# Datascience and useful extensions
boto3 = "~=1.35.14"
kafka-python-ng = "~=2.2.2"
kfp = "~=2.9.0"
matplotlib = "~=3.9.2"
numpy = "~=2.1.0"
pandas = "~=2.2.2"
plotly = "~=5.23.0"
scikit-learn = "~=1.5.1"
scipy = "~=1.14.1"
skl2onnx = "~=1.17.0"
boto3 = "~=1.37.8"
kafka-python-ng = "~=2.2.3"
kfp = "~=2.12.1"
matplotlib = "~=3.10.1"
numpy = "~=2.2.3"
pandas = "~=2.2.3"
plotly = "~=6.0.0"
scikit-learn = "~=1.6.1"
scipy = "~=1.15.2"
skl2onnx = "~=1.18.0"
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.27.0"
kubeflow-training = "==1.9.0"

# DB connectors
pymongo = "~=4.8.0"
psycopg = "~=3.2.1"
pyodbc = "~=5.1.0"
mysql-connector-python = "~=9.0.0"
pymongo = "~=4.11.2"
psycopg = "~=3.2.5"
pyodbc = "~=5.2.0"
mysql-connector-python = "~=9.2.0"

# JupyterLab packages

odh-elyra = "==4.2.0"

jupyterlab = "==4.2.7"
jupyter-bokeh = "~=4.0.5"
jupyter-server = "~=2.14.2"
jupyter-server-proxy = "~=4.3.0"
jupyter-server = "~=2.15.0"
jupyter-server-proxy = "~=4.4.0"
jupyter-server-terminals = "~=0.5.3"
jupyterlab-git = "~=0.50.1"
jupyterlab-lsp = "~=5.1.0"
jupyterlab-widgets = "~=3.0.13"
jupyter-resource-usage = "~=1.1.0"
nbdime = "~=4.0.1"
nbgitpuller = "~=1.2.1"
jupyter-resource-usage = "~=1.1.1"
nbdime = "~=4.0.2"
nbgitpuller = "~=1.2.2"

# Base packages
wheel = "~=0.44.0"
setuptools = "~=74.1.2"
wheel = "~=0.45.1"
setuptools = "~=75.8.2"

[requires]
python_version = "3.11"
879 changes: 447 additions & 432 deletions jupyter/datascience/ubi9-python-3.11/Pipfile.lock

Large diffs are not rendered by default.

858 changes: 434 additions & 424 deletions jupyter/datascience/ubi9-python-3.11/requirements.txt

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions jupyter/minimal/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ verify_ssl = true
[packages]
# JupyterLab packages
jupyterlab = "==4.2.7"
jupyter-server = "~=2.14.2"
jupyter-server-proxy = "~=4.3.0"
jupyter-server = "~=2.15.0"
jupyter-server-proxy = "~=4.4.0"
jupyter-server-terminals = "~=0.5.3"
jupyterlab-git = "~=0.50.1"
nbdime = "~=4.0.1"
nbgitpuller = "~=1.2.1"
nbdime = "~=4.0.2"
nbgitpuller = "~=1.2.2"

# Base packages
wheel = "~=0.44.0"
setuptools = "~=74.1.2"
wheel = "~=0.45.1"
setuptools = "~=75.8.2"

[requires]
python_version = "3.11"
242 changes: 113 additions & 129 deletions jupyter/minimal/ubi9-python-3.11/Pipfile.lock

Large diffs are not rendered by default.

234 changes: 109 additions & 125 deletions jupyter/minimal/ubi9-python-3.11/requirements.txt

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions jupyter/pytorch/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,58 +4,58 @@ verify_ssl = true
name = "pypi"

[[source]]
url = "https://download.pytorch.org/whl/cu121"
url = "https://download.pytorch.org/whl/cu126"
verify_ssl = true
name = "pytorch"

[dev-packages]

[packages]
# PyTorch packages
tensorboard = "~=2.17.1"
torch = {version = "~=2.4.0", index = "pytorch"}
torchvision = {version = "~=0.19.0", index = "pytorch"}
tensorboard = "~=2.19.0"
torch = {version = "==2.6.0+cu126", index = "pytorch"}
torchvision = {version = "==0.21.0+cu126", index = "pytorch"}

# Datascience and useful extensions
boto3 = "~=1.35.14"
kafka-python-ng = "~=2.2.2"
kfp = "~=2.9.0"
matplotlib = "~=3.9.2"
numpy = "~=2.1.0"
pandas = "~=2.2.2"
plotly = "~=5.23.0"
scikit-learn = "~=1.5.1"
scipy = "~=1.14.1"
skl2onnx = "~=1.17.0"
boto3 = "~=1.37.8"
kafka-python-ng = "~=2.2.3"
kfp = "~=2.12.1"
matplotlib = "~=3.10.1"
numpy = "~=2.2.3"
pandas = "~=2.2.3"
plotly = "~=6.0.0"
scikit-learn = "~=1.6.1"
scipy = "~=1.15.2"
skl2onnx = "~=1.18.0"
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.27.0"
kubeflow-training = "==1.9.0"

# DB connectors
pymongo = "~=4.8.0"
psycopg = "~=3.2.1"
pyodbc = "~=5.1.0"
mysql-connector-python = "~=9.0.0"
pymongo = "~=4.11.2"
psycopg = "~=3.2.5"
pyodbc = "~=5.2.0"
mysql-connector-python = "~=9.2.0"

# JupyterLab packages

odh-elyra = "==4.2.0"

jupyterlab = "==4.2.7"
jupyter-bokeh = "~=4.0.5"
jupyter-server = "~=2.14.2"
jupyter-server-proxy = "~=4.3.0"
jupyter-server = "~=2.15.0"
jupyter-server-proxy = "~=4.4.0"
jupyter-server-terminals = "~=0.5.3"
jupyterlab-git = "~=0.50.1"
jupyterlab-lsp = "~=5.1.0"
jupyterlab-widgets = "~=3.0.13"
jupyter-resource-usage = "~=1.1.0"
nbdime = "~=4.0.1"
nbgitpuller = "~=1.2.1"
jupyter-resource-usage = "~=1.1.1"
nbdime = "~=4.0.2"
nbgitpuller = "~=1.2.2"

# Base packages
wheel = "~=0.44.0"
setuptools = "~=74.1.2"
wheel = "~=0.45.1"
setuptools = "~=75.8.2"

[requires]
python_version = "3.11"
Loading
Loading