Skip to content

Commit 56edd33

Browse files
committed
Update runtimes python packages
1 parent 99bf5ce commit 56edd33

File tree

18 files changed

+8181
-6989
lines changed

18 files changed

+8181
-6989
lines changed

runtimes/datascience/ubi9-python-3.11/Pipfile

Lines changed: 34 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7,41 +7,43 @@ name = "pypi"
77

88
[packages]
99
# Datascience and useful extensions
10-
boto3 = "~=1.34.50"
11-
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-
codeflare-sdk = "~=0.19.1"
20-
memray = "~=1.10.0" # any version above this would cause issue with rich package
10+
boto3 = "~=1.35.14"
11+
kafka-python-ng = "~=2.2.2"
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.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
20+
codeflare-sdk = "~=0.18.0"
21+
2122
# DB connectors
22-
pymongo = "~=4.6.2"
23-
psycopg = "~=3.1.18"
23+
pymongo = "~=4.8.0"
24+
psycopg = "~=3.2.1"
2425
pyodbc = "~=5.1.0"
25-
mysql-connector-python = "~=8.3.0"
26+
mysql-connector-python = "~=9.0.0"
27+
2628
# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks.
27-
ipykernel = "==6.13.0"
28-
ipython = "==8.10.0"
29-
ipython-genutils = "==0.2.0"
30-
jinja2 = "==3.1.4"
31-
jupyter-client = "==7.3.1"
32-
jupyter-core = "==4.11.2"
33-
MarkupSafe = "==2.1.1"
34-
minio = "==7.1.15"
35-
nbclient = "==0.6.3"
36-
nbconvert = "==7.1.0"
37-
nbformat = "==5.4.0"
38-
papermill = "==2.3.4"
39-
pyzmq = "==24.0.1"
40-
prompt-toolkit = "==3.0.30"
41-
requests = "==2.31.0"
42-
tornado = "==6.3.3"
43-
traitlets = "==5.1.1"
44-
urllib3 = "==1.26.18"
29+
ipykernel = "~=6.29.5"
30+
ipython = "~=8.27.0"
31+
ipython-genutils = "~=0.2.0"
32+
jinja2 = "~=3.1.4"
33+
jupyter-client = ">=8.6.3"
34+
jupyter-core = "~=5.7.2"
35+
MarkupSafe = "~=2.1.5"
36+
minio = "~=7.2.8"
37+
nbclient = "~=0.10.0"
38+
nbconvert = "~=7.16.4"
39+
nbformat = "~=5.10.4"
40+
papermill = "~=2.6.0"
41+
pyzmq = "~=26.2.0"
42+
prompt-toolkit = "~=3.0.47"
43+
requests = "~=2.32.3"
44+
tornado = "~=6.4.1"
45+
traitlets = "~=5.14.3"
46+
urllib3 = "~=1.26.20"
4547

4648
[requires]
4749
python_version = "3.11"

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

Lines changed: 1433 additions & 1252 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/datascience/ubi9-python-3.11/utils/requirements-elyra.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# Copied from: https://github.com/elyra-ai/elyra/blob/main/etc/generic/requirements-elyra.txt
22

33
# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks.
4-
ipykernel==6.13.0
5-
ipython==8.10.0
4+
ipykernel==6.29.5
5+
ipython==8.27.0
66
ipython-genutils==0.2.0
77
jinja2==3.1.4
8-
jupyter-client==7.3.1
9-
jupyter-core==4.11.2
10-
MarkupSafe==2.1.1
11-
minio==7.1.15
12-
nbclient==0.6.3
13-
nbconvert==7.1.0
14-
nbformat==5.4.0
15-
papermill==2.3.4
16-
pyzmq==24.0.1
17-
prompt-toolkit==3.0.30
18-
requests==2.31.0
19-
tornado==6.3.3
20-
traitlets==5.1.1
21-
urllib3==1.26.9
8+
jupyter-client==8.6.3
9+
jupyter-core==5.7.2
10+
MarkupSafe==2.1.5
11+
minio==7.2.8
12+
nbclient==0.10.0
13+
nbconvert==7.16.4
14+
nbformat==5.10.4
15+
papermill==2.6.0
16+
pyzmq==26.2.0
17+
prompt-toolkit==3.0.47
18+
requests==2.32.3
19+
tornado==6.4.1
20+
traitlets==5.14.3
21+
urllib3==2.2.3
2222
#
2323
# These excluded are transitive dependencies of the included python packages.
2424
#ansiwrap==0.8.4

runtimes/minimal/ubi9-python-3.11/Pipfile

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ name = "pypi"
77

88
[packages]
99
# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks.
10-
ipykernel = "==6.13.0"
11-
ipython = "==8.10.0"
12-
ipython-genutils = "==0.2.0"
13-
jinja2 = "==3.1.4"
14-
jupyter-client = "==7.3.1"
15-
jupyter-core = "==4.11.2"
16-
MarkupSafe = "==2.1.1"
17-
minio = "==7.1.15"
18-
nbclient = "==0.6.3"
19-
nbconvert = "==7.1.0"
20-
nbformat = "==5.4.0"
21-
papermill = "==2.3.4"
22-
pyzmq = "==24.0.1"
23-
prompt-toolkit = "==3.0.30"
24-
requests = "==2.31.0"
25-
tornado = "==6.3.3"
26-
traitlets = "==5.1.1"
27-
urllib3 = "==1.26.18"
10+
ipykernel = "~=6.29.5"
11+
ipython = "~=8.27.0"
12+
ipython-genutils = "~=0.2.0"
13+
jinja2 = "~=3.1.4"
14+
jupyter-client = "~=8.6.3"
15+
jupyter-core = "~=5.7.2"
16+
MarkupSafe = "~=2.1.5"
17+
minio = "~=7.2.8"
18+
nbclient = "~=0.10.0"
19+
nbconvert = "~=7.16.4"
20+
nbformat = "~=5.10.4"
21+
papermill = "~=2.6.0"
22+
pyzmq = "~=26.2.0"
23+
prompt-toolkit = "~=3.0.47"
24+
requests = "~=2.32.3"
25+
tornado = "~=6.4.1"
26+
traitlets = "~=5.14.3"
27+
urllib3 = "~=2.2.3"
2828

2929
[requires]
3030
python_version = "3.11"

runtimes/minimal/ubi9-python-3.11/Pipfile.lock

Lines changed: 623 additions & 407 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/minimal/ubi9-python-3.11/utils/requirements-elyra.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# Copied from: https://github.com/elyra-ai/elyra/blob/main/etc/generic/requirements-elyra.txt
22

33
# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks.
4-
ipykernel==6.13.0
5-
ipython==8.10.0
4+
ipykernel==6.29.5
5+
ipython==8.27.0
66
ipython-genutils==0.2.0
77
jinja2==3.1.4
8-
jupyter-client==7.3.1
9-
jupyter-core==4.11.2
10-
MarkupSafe==2.1.1
11-
minio==7.1.15
12-
nbclient==0.6.3
13-
nbconvert==7.1.0
14-
nbformat==5.4.0
15-
papermill==2.3.4
16-
pyzmq==24.0.1
17-
prompt-toolkit==3.0.30
18-
requests==2.31.0
19-
tornado==6.3.3
20-
traitlets==5.1.1
21-
urllib3==1.26.9
8+
jupyter-client==8.6.3
9+
jupyter-core==5.7.2
10+
MarkupSafe==2.1.5
11+
minio==7.2.8
12+
nbclient==0.10.0
13+
nbconvert==7.16.4
14+
nbformat==5.10.4
15+
papermill==2.6.0
16+
pyzmq==26.2.0
17+
prompt-toolkit==3.0.47
18+
requests==2.32.3
19+
tornado==6.4.1
20+
traitlets==5.14.3
21+
urllib3==2.2.3
2222
#
2323
# These excluded are transitive dependencies of the included python packages.
2424
#ansiwrap==0.8.4

runtimes/pytorch/ubi9-python-3.11/Pipfile

Lines changed: 38 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -12,45 +12,48 @@ name = "pytorch"
1212

1313
[packages]
1414
# PyTorch packages
15-
tensorboard = "~=2.16.2"
16-
torch = {version = "~=2.2.1", index = "pytorch"}
17-
torchvision = {version = "~=0.17.1", index = "pytorch"}
15+
tensorboard = "~=2.17.1"
16+
torch = {version = "~=2.4.0", index = "pytorch"}
17+
torchvision = {version = "~=0.19.0", index = "pytorch"}
18+
1819
# Datascience and useful extensions
19-
boto3 = "~=1.34.50"
20-
kafka-python = "~=2.0.2"
21-
matplotlib = "~=3.8.3"
22-
numpy = "~=1.26.4"
23-
pandas = "~=2.2.0"
24-
plotly = "~=5.20.0"
25-
scikit-learn = "~=1.4.0"
26-
scipy = "~=1.12.0"
27-
skl2onnx = "~=1.16.0"
28-
codeflare-sdk = "~=0.19.1"
29-
memray = "~=1.10.0" # any version above this would cause issue with rich package
20+
boto3 = "~=1.35.14"
21+
kafka-python-ng = "~=2.2.2"
22+
matplotlib = "~=3.9.2"
23+
numpy = "~=2.1.0"
24+
pandas = "~=2.2.2"
25+
plotly = "~=5.23.0"
26+
scikit-learn = "~=1.5.1"
27+
scipy = "~=1.14.1"
28+
skl2onnx = "~=1.17.0"
29+
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
30+
codeflare-sdk = "~=0.18.0"
31+
3032
# DB connectors
31-
pymongo = "~=4.6.2"
32-
psycopg = "~=3.1.18"
33+
pymongo = "~=4.8.0"
34+
psycopg = "~=3.2.1"
3335
pyodbc = "~=5.1.0"
34-
mysql-connector-python = "~=8.3.0"
36+
mysql-connector-python = "~=9.0.0"
37+
3538
# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks.
36-
ipykernel = "==6.13.0"
37-
ipython = "==8.10.0"
38-
ipython-genutils = "==0.2.0"
39-
jinja2 = "==3.1.4"
40-
jupyter-client = "==7.3.1"
41-
jupyter-core = "==4.11.2"
42-
MarkupSafe = "==2.1.1"
43-
minio = "==7.1.15"
44-
nbclient = "==0.6.3"
45-
nbconvert = "==7.1.0"
46-
nbformat = "==5.4.0"
47-
papermill = "==2.3.4"
48-
pyzmq = "==24.0.1"
49-
prompt-toolkit = "==3.0.30"
50-
requests = "==2.31.0"
51-
tornado = "==6.3.3"
52-
traitlets = "==5.1.1"
53-
urllib3 = "==1.26.18"
39+
ipykernel = "~=6.29.5"
40+
ipython = "~=8.27.0"
41+
ipython-genutils = "~=0.2.0"
42+
jinja2 = "~=3.1.4"
43+
jupyter-client = "~=8.6.3"
44+
jupyter-core = "~=5.7.2"
45+
MarkupSafe = "~=2.1.5"
46+
minio = "~=7.2.8"
47+
nbclient = "~=0.10.0"
48+
nbconvert = "~=7.16.4"
49+
nbformat = "~=5.10.4"
50+
papermill = "~=2.6.0"
51+
pyzmq = "~=26.2.0"
52+
prompt-toolkit = "~=3.0.47"
53+
requests = "~=2.32.3"
54+
tornado = "~=6.4.1"
55+
traitlets = "~=5.14.3"
56+
urllib3 = "~=1.26.20"
5457

5558
[requires]
5659
python_version = "3.11"

0 commit comments

Comments
 (0)