Skip to content

Commit 2b94e30

Browse files
authored
Merge pull request #449 from dibryant/action
2024a version Package upgrades across all images.
2 parents 91f3475 + 109401e commit 2b94e30

File tree

23 files changed

+4215
-4285
lines changed

23 files changed

+4215
-4285
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ validate-rstudio-image: bin/kubectl
492492
refresh-pipfilelock-files:
493493
cd base/ubi8-python-3.8 && pipenv lock
494494
cd base/ubi9-python-3.9 && pipenv lock
495+
cd base/c9s-python-3.9 && pipenv lock
495496
cd jupyter/minimal/ubi8-python-3.8 && pipenv lock
496497
cd jupyter/minimal/ubi9-python-3.9 && pipenv lock
497498
cd jupyter/datascience/ubi8-python-3.8 && pipenv lock
@@ -506,7 +507,6 @@ refresh-pipfilelock-files:
506507
cd runtimes/pytorch/ubi8-python-3.8 && pipenv lock
507508
cd runtimes/tensorflow/ubi8-python-3.8 && pipenv lock
508509
cd runtimes/tensorflow/ubi9-python-3.9 && pipenv lock
509-
cd base/c9s-python-3.9 && pipenv lock
510510

511511
# This is only for the workflow action
512512
# For running manually, set the required environment variables

base/c9s-python-3.9/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.41.2"
11-
setuptools = "~=68.1.2"
10+
wheel = "~=0.43.0"
11+
setuptools = "~=69.2.0"
1212

1313
[requires]
1414
python_version = "3.9"

base/c9s-python-3.9/Pipfile.lock

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

base/ubi8-python-3.8/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.41.2"
11-
setuptools = "~=68.1.2"
10+
wheel = "~=0.43.0"
11+
setuptools = "~=69.2.0"
1212

1313
[requires]
1414
python_version = "3.8"

base/ubi8-python-3.8/Pipfile.lock

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

base/ubi9-python-3.9/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.41.2"
11-
setuptools = "~=68.1.2"
10+
wheel = "~=0.43.0"
11+
setuptools = "~=69.2.0"
1212

1313
[requires]
1414
python_version = "3.9"

base/ubi9-python-3.9/Pipfile.lock

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

jupyter/datascience/ubi8-python-3.8/Pipfile

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,40 +7,44 @@ name = "pypi"
77

88
[packages]
99
# Datascience and useful extensions
10-
boto3 = "~=1.28.41"
10+
boto3 = "~=1.34.50"
1111
kafka-python = "~=2.0.2"
12-
matplotlib = "~=3.6.3"
13-
numpy = "~=1.24.3"
14-
pandas = "~=1.5.3"
15-
plotly = "~=5.16.1"
16-
scikit-learn = "~=1.3.0"
17-
scipy = "~=1.10.0"
18-
skl2onnx = "~=1.15.0"
12+
matplotlib = "~=3.7.5"
13+
numpy = "~=1.24.4" # Last version to support Python 3.8
14+
pandas = "~=2.0.3"
15+
plotly = "~=5.20.0"
16+
scikit-learn = "~=1.3.2"
17+
scipy = "~=1.10.1"
18+
skl2onnx = "~=1.16.0"
1919
codeflare-sdk = "~=0.14.1"
20+
2021
# DB connectors
21-
pymongo = "~=4.5.0"
22-
psycopg = "~=3.1.10"
23-
pyodbc = "~=4.0.39"
24-
mysql-connector-python = "~=8.0.33"
22+
pymongo = "~=4.6.2"
23+
psycopg = "~=3.1.18"
24+
pyodbc = "~=5.1.0"
25+
mysql-connector-python = "~=8.3.0"
26+
2527
# JupyterLab packages
2628
elyra-pipeline-editor-extension = ">=3.15.0"
2729
elyra-python-editor-extension = ">=3.15.0"
2830
elyra-code-snippet-extension = ">=3.15.0"
2931
kfp-tekton = "<1.6.0"
30-
jupyterlab = "~=3.6.5"
31-
jupyter-bokeh = "~=3.0.7"
32-
jupyter-server = "~=2.7.3"
33-
jupyter-server-proxy = "~=4.0.0"
34-
jupyter-server-terminals = "~=0.4.4"
35-
jupyterlab-git = "~=0.42.0"
36-
jupyterlab-lsp = "~=4.2.0"
37-
jupyterlab-widgets = "~=3.0.8"
38-
jupyter-resource-usage = "~=0.6.0"
32+
33+
jupyterlab = "~=3.6.7" # Wait on upgrade till plugins are ready
34+
jupyter-bokeh = "~=3.0.7" # Upgrade would bring in jupyterlab 4
35+
jupyter-server = "~=2.13.0"
36+
jupyter-server-proxy = "~=4.0.0" # Upgrade would bring in jupyterlab 4
37+
jupyter-server-terminals = "~=0.5.3"
38+
jupyterlab-git = "~=0.44.0"
39+
jupyterlab-lsp = "~=4.3.0"
40+
jupyterlab-widgets = "~=3.0.10"
41+
jupyter-resource-usage = "~=0.7.2"
3942
nbdime = "~=3.2.1"
4043
nbgitpuller = "~=1.2.0"
44+
4145
# Base packages
42-
wheel = "~=0.41.2"
43-
setuptools = "~=68.1.2"
46+
wheel = "~=0.43.0"
47+
setuptools = "~=69.2.0"
4448

4549
[requires]
4650
python_version = "3.8"

0 commit comments

Comments
 (0)