Skip to content

Commit 5b5aacb

Browse files
authored
Upgrade odh-elyra 3.16.7 for run_url update (#578)
Signed-off-by: Harshad Reddy Nalla <[email protected]>
1 parent a2b7ad5 commit 5b5aacb

File tree

14 files changed

+991
-1144
lines changed

14 files changed

+991
-1144
lines changed

habana/1.13.0/ubi8-python-3.8/Pipfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ psycopg = "~=3.1.18"
4242
pyodbc = "~=5.1.0"
4343
mysql-connector-python = "~=8.3.0"
4444
# JupyterLab packages
45-
odh-elyra = "~=3.16.6"
45+
odh-elyra = "~=3.16.7"
4646
jupyterlab = "~=3.6.7" # Wait on upgrade till plugins are ready
4747
jupyter-bokeh = "~=3.0.7" # Upgrade would bring in jupyterlab 4
4848
jupyter-server = "~=2.13.0"
@@ -54,6 +54,11 @@ jupyterlab-widgets = "~=3.0.10"
5454
jupyter-resource-usage = "~=0.7.2"
5555
nbdime = "~=3.2.1"
5656
nbgitpuller = "~=1.2.0"
57+
# pycodestyle is dependency of below packages
58+
# and to achieve compatible of pycodestyle with python-lsp-server[all]
59+
# pinned the below packages
60+
autopep8 = "~=2.0.4"
61+
flake8 = "~=7.0.0"
5762
# Base packages
5863
wheel = "~=0.43.0"
5964
setuptools = "~=69.2.0"

0 commit comments

Comments
 (0)