Skip to content

Commit

Permalink
Merge branch 'main' of github.com:opendatahub-io/notebooks into sync-…
Browse files Browse the repository at this point in the history
…2024a
  • Loading branch information
harshad16 committed Jun 21, 2024
2 parents 71248ea + 5b5aacb commit 7fac00f
Show file tree
Hide file tree
Showing 26 changed files with 1,187 additions and 1,201 deletions.
2 changes: 2 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ approvers:

reviewers:
- atheo89
- caponetto
- dibryant
- harshad16
- jiridanek
- jstourac
- paulovmr

emeritus_approvers:
- VaishnaviHire
Expand Down
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 7fac00f

Please sign in to comment.