Skip to content

Commit 39c0c9b

Browse files
committed
Update major release of the the python packages on the jupyterlab notebooks
1 parent abb56dd commit 39c0c9b

File tree

16 files changed

+768
-26372
lines changed

16 files changed

+768
-26372
lines changed

base/ubi9-python-3.11/Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ verify_ssl = true
77

88
[packages]
99
# Base packages
10-
wheel = "~=0.43.0"
11-
setuptools = "~=69.2.0"
10+
wheel = "~=0.44.0"
11+
setuptools = "~=73.0.0"
1212

1313
[requires]
1414
python_version = "3.11"

base/ubi9-python-3.11/Pipfile.lock

Lines changed: 7 additions & 7 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/Pipfile

Lines changed: 34 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,44 +7,50 @@ name = "pypi"
77

88
[packages]
99
# Datascience and useful extensions
10-
boto3 = "~=1.34.50"
10+
boto3 = "~=1.35.5"
1111
kafka-python = "~=2.0.2"
12-
matplotlib = "~=3.8.3"
13-
numpy = "~=1.26.4"
14-
pandas = "~=2.2.0"
15-
plotly = "~=5.20.0"
16-
scikit-learn = "~=1.4.0"
17-
scipy = "~=1.12.0"
18-
skl2onnx = "~=1.16.0"
19-
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
20-
codeflare-sdk = "~=0.19.1"
12+
matplotlib = "~=3.9.2"
13+
numpy = "~=2.1.0"
14+
pandas = "~=2.2.2"
15+
plotly = "~=5.23.0"
16+
scikit-learn = "~=1.5.1"
17+
scipy = "~=1.14.1"
18+
skl2onnx = "~=1.17.0"
19+
onnxconverter-common = "~=1.14.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
20+
codeflare-sdk = "~=0.18.0"
2121
memray = "~=1.10.0" # any version above this would cause issue with rich package
22+
2223
# DB connectors
23-
pymongo = "~=4.6.2"
24-
psycopg = "~=3.1.18"
24+
pymongo = "~=4.8.0"
25+
psycopg = "~=3.2.1"
2526
pyodbc = "~=5.1.0"
26-
mysql-connector-python = "~=8.3.0"
27+
mysql-connector-python = "~=9.0.0"
28+
2729
# JupyterLab packages
28-
odh-elyra = "~=3.16.7"
29-
jupyterlab = "~=3.6.7" # Wait on upgrade till plugins are ready
30-
jupyter-bokeh = "~=3.0.7" # Upgrade would bring in jupyterlab 4
31-
jupyter-server = "~=2.13.0"
32-
jupyter-server-proxy = "~=4.0.0" # Upgrade would bring in jupyterlab 4
30+
31+
#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
32+
33+
jupyterlab = "~=4.2.4"
34+
jupyter-bokeh = "~=4.0.5"
35+
jupyter-server = "~=2.14.2"
36+
jupyter-server-proxy = "~=4.3.0"
3337
jupyter-server-terminals = "~=0.5.3"
34-
jupyterlab-git = "~=0.44.0"
35-
jupyterlab-lsp = "~=4.2.0"
36-
jupyterlab-widgets = "~=3.0.10"
37-
jupyter-resource-usage = "~=0.7.2"
38-
nbdime = "~=3.2.1"
39-
nbgitpuller = "~=1.2.0"
38+
jupyterlab-git = "~=0.50.1"
39+
jupyterlab-lsp = "~=5.1.0"
40+
jupyterlab-widgets = "~=3.0.13"
41+
jupyter-resource-usage = "~=1.1.0"
42+
nbdime = "~=4.0.1"
43+
nbgitpuller = "~=1.2.1"
44+
4045
# pycodestyle is dependency of below packages
4146
# and to achieve compatible of pycodestyle with python-lsp-server[all]
4247
# pinned the below packages
43-
autopep8 = "~=2.0.4"
44-
flake8 = "~=7.0.0"
48+
autopep8 = "~=2.3.1"
49+
flake8 = "~=7.1.1"
50+
4551
# Base packages
46-
wheel = "~=0.43.0"
47-
setuptools = "~=69.2.0"
52+
wheel = "~=0.44.0"
53+
setuptools = "~=73.0.0"
4854

4955
[requires]
5056
python_version = "3.11"

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

Lines changed: 0 additions & 4132 deletions
This file was deleted.

jupyter/minimal/ubi9-python-3.11/Pipfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ verify_ssl = true
88

99
[packages]
1010
# JupyterLab packages
11-
jupyterlab = "~=3.6.7" # Wait on upgrade till plugins are ready
12-
jupyter-server = "~=2.13.0"
13-
jupyter-server-proxy = "~=4.0.0" # Upgrade would bring in jupyterlab 4
11+
jupyterlab = "~=4.2.4"
12+
jupyter-server = "~=2.14.2"
13+
jupyter-server-proxy = "~=4.3.0"
1414
jupyter-server-terminals = "~=0.5.3"
15-
jupyterlab-git = "~=0.44.0"
16-
nbdime = "~=3.2.1"
17-
nbgitpuller = "~=1.2.0"
15+
jupyterlab-git = "~=0.50.1"
16+
nbdime = "~=4.0.1"
17+
nbgitpuller = "~=1.2.1"
1818

1919
# Base packages
20-
wheel = "~=0.43.0"
21-
setuptools = "~=69.2.0"
20+
wheel = "~=0.44.0"
21+
setuptools = "~=73.0.0"
2222

2323
[requires]
2424
python_version = "3.11"

0 commit comments

Comments
 (0)