Skip to content

Commit c010eb0

Browse files
Merge pull request #477 from atheo89/RHOAIENG-4343
Update habana 1.13 packages to align with the 2024a release
2 parents 503090e + 720d46f commit c010eb0

File tree

2 files changed

+1931
-1160
lines changed

2 files changed

+1931
-1160
lines changed

habana/1.13.0/ubi8-python-3.8/Pipfile

Lines changed: 33 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,32 +30,41 @@ mkl = "==2023.1"
3030
mkl-include = "==2023.1"
3131

3232
# Parent image requirements to maintain cohesion
33-
elyra-pipeline-editor-extension = "~=3.15.0"
34-
elyra-python-editor-extension = "~=3.15.0"
35-
elyra-code-snippet-extension = "~=3.15.0"
36-
kfp-tekton = "<1.6.0"
37-
boto3 = "~=1.26.69"
38-
jupyter-bokeh = "~=3.0.5"
33+
boto3 = "~=1.34.50"
3934
kafka-python = "~=2.0.2"
40-
matplotlib = "~=3.6.3"
41-
pandas = "~=1.5.3"
42-
plotly = "~=5.13.0"
43-
scikit-learn = "~=1.2.1"
44-
scipy = "~=1.10.0"
45-
jupyterlab-lsp = "~=3.10.2"
46-
jupyterlab-widgets = "~=3.0.5"
47-
jupyter-resource-usage = "~=0.6.0"
35+
matplotlib = "~=3.7.5"
36+
pandas = "~=2.0.3"
37+
plotly = "~=5.20.0"
38+
scikit-learn = "~=1.3.2"
39+
scipy = "~=1.10.1"
40+
skl2onnx = "~=1.16.0"
41+
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
42+
codeflare-sdk = "~=0.14.1"
4843

49-
# Parent image requirements to maintain cohesion
50-
jupyterlab = "~=3.5.3"
51-
jupyter-server = "~=2.1.0"
52-
jupyter-server-proxy = "~=3.2.2"
53-
jupyter-server-terminals = "~=0.4.4"
54-
jupyterlab-git = "~=0.41.0"
55-
nbdime = "~=3.1.1"
56-
nbgitpuller = "~=1.1.1"
57-
# ---
58-
wheel = "~=0.38.4"
44+
# DB connectors
45+
pymongo = "~=4.6.2"
46+
psycopg = "~=3.1.18"
47+
pyodbc = "~=5.1.0"
48+
mysql-connector-python = "~=8.3.0"
49+
50+
# JupyterLab packages
51+
odh-elyra = "~=3.16.1"
52+
53+
jupyterlab = "~=3.6.7" # Wait on upgrade till plugins are ready
54+
jupyter-bokeh = "~=3.0.7" # Upgrade would bring in jupyterlab 4
55+
jupyter-server = "~=2.13.0"
56+
jupyter-server-proxy = "~=4.0.0" # Upgrade would bring in jupyterlab 4
57+
jupyter-server-terminals = "~=0.5.3"
58+
jupyterlab-git = "~=0.44.0"
59+
jupyterlab-lsp = "~=4.2.0"
60+
jupyterlab-widgets = "~=3.0.10"
61+
jupyter-resource-usage = "~=0.7.2"
62+
nbdime = "~=3.2.1"
63+
nbgitpuller = "~=1.2.0"
64+
65+
# Base packages
66+
wheel = "~=0.43.0"
67+
setuptools = "~=69.2.0"
5968

6069
[requires]
6170
python_version = "3.8"

0 commit comments

Comments
 (0)