Skip to content

Commit 7fac00f

Browse files
committed
Merge branch 'main' of github.com:opendatahub-io/notebooks into sync-2024a
2 parents 71248ea + 5b5aacb commit 7fac00f

File tree

26 files changed

+1187
-1201
lines changed

26 files changed

+1187
-1201
lines changed

OWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ approvers:
44

55
reviewers:
66
- atheo89
7+
- caponetto
78
- dibryant
89
- harshad16
910
- jiridanek
1011
- jstourac
12+
- paulovmr
1113

1214
emeritus_approvers:
1315
- VaishnaviHire

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)