Skip to content

Commit

Permalink
Upgrade odh-elyra 3.16.7 for run_url update (#578)
Browse files Browse the repository at this point in the history
Signed-off-by: Harshad Reddy Nalla <[email protected]>
  • Loading branch information
harshad16 authored Jun 21, 2024
1 parent a2b7ad5 commit 5b5aacb
Show file tree
Hide file tree
Showing 14 changed files with 991 additions and 1,144 deletions.
7 changes: 6 additions & 1 deletion habana/1.13.0/ubi8-python-3.8/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ psycopg = "~=3.1.18"
pyodbc = "~=5.1.0"
mysql-connector-python = "~=8.3.0"
# JupyterLab packages
odh-elyra = "~=3.16.6"
odh-elyra = "~=3.16.7"
jupyterlab = "~=3.6.7" # Wait on upgrade till plugins are ready
jupyter-bokeh = "~=3.0.7" # Upgrade would bring in jupyterlab 4
jupyter-server = "~=2.13.0"
Expand All @@ -54,6 +54,11 @@ jupyterlab-widgets = "~=3.0.10"
jupyter-resource-usage = "~=0.7.2"
nbdime = "~=3.2.1"
nbgitpuller = "~=1.2.0"
# pycodestyle is dependency of below packages
# and to achieve compatible of pycodestyle with python-lsp-server[all]
# pinned the below packages
autopep8 = "~=2.0.4"
flake8 = "~=7.0.0"
# Base packages
wheel = "~=0.43.0"
setuptools = "~=69.2.0"
Expand Down
Loading

0 comments on commit 5b5aacb

Please sign in to comment.