Skip to content

Commit

Permalink
Merge pull request #499 from harshad16/upgrade-elyra
Browse files Browse the repository at this point in the history
Upgrade odh-elyra 3.16.5 with pod_toleration removal
  • Loading branch information
harshad16 authored Apr 11, 2024
2 parents c38eac8 + 8e0707c commit afb4eb8
Show file tree
Hide file tree
Showing 14 changed files with 256 additions and 273 deletions.
2 changes: 1 addition & 1 deletion habana/1.13.0/ubi8-python-3.8/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pyodbc = "~=5.1.0"
mysql-connector-python = "~=8.3.0"

# JupyterLab packages
odh-elyra = "~=3.16.4"
odh-elyra = "~=3.16.5"

jupyterlab = "~=3.6.7" # Wait on upgrade till plugins are ready
jupyter-bokeh = "~=3.0.7" # Upgrade would bring in jupyterlab 4
Expand Down
120 changes: 58 additions & 62 deletions habana/1.13.0/ubi8-python-3.8/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/datascience/ubi8-python-3.8/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pyodbc = "~=5.1.0"
mysql-connector-python = "~=8.3.0"

# JupyterLab packages
odh-elyra = "~=3.16.4"
odh-elyra = "~=3.16.5"

jupyterlab = "~=3.6.7" # Wait on upgrade till plugins are ready
jupyter-bokeh = "~=3.0.7" # Upgrade would bring in jupyterlab 4
Expand Down
26 changes: 13 additions & 13 deletions jupyter/datascience/ubi8-python-3.8/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jupyter/datascience/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pyodbc = "~=5.1.0"
mysql-connector-python = "~=8.3.0"

# JupyterLab packages
odh-elyra = "~=3.16.4"
odh-elyra = "~=3.16.5"

jupyterlab = "~=3.6.7" # Wait on upgrade till plugins are ready
jupyter-bokeh = "~=3.0.7" # Upgrade would bring in jupyterlab 4
Expand Down
83 changes: 40 additions & 43 deletions jupyter/datascience/ubi9-python-3.9/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jupyter/pytorch/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pyodbc = "~=5.1.0"
mysql-connector-python = "~=8.3.0"

# JupyterLab packages
odh-elyra = "~=3.16.4"
odh-elyra = "~=3.16.5"

jupyterlab = "~=3.6.7" # Wait on upgrade till plugins are ready
jupyter-bokeh = "~=3.0.7" # Upgrade would bring in jupyterlab 4
Expand Down
83 changes: 40 additions & 43 deletions jupyter/pytorch/ubi9-python-3.9/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jupyter/tensorflow/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pyodbc = "~=5.1.0"
mysql-connector-python = "~=8.3.0"

# JupyterLab packages
odh-elyra = "~=3.16.4"
odh-elyra = "~=3.16.5"
kfp = "~=2.5.0"
kfp-kubernetes = "~=1.0.0"

Expand Down
Loading

0 comments on commit afb4eb8

Please sign in to comment.