We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3327f commit 754a0b9Copy full SHA for 754a0b9
enterprise/redhat/openshift-ai/gaudi/docker/requirements.txt
@@ -18,7 +18,7 @@ pyodbc~=5.1.0
18
mysql-connector-python~=9.0.0
19
20
# JupyterLab packages
21
-odh-elyra~=3.16.7
+odh-elyra~=4.0.0
22
jupyterlab~=4.2.5 # Wait on upgrade till plugins are ready
23
jupyter-bokeh~=4.0.5 # Upgrade would bring in jupyterlab 4
24
jupyter-server~=2.14.2
@@ -30,11 +30,12 @@ jupyterlab-widgets~=3.0.13
30
jupyter-resource-usage~=1.1.0
31
nbdime~=4.0.2
32
nbgitpuller~=1.2.1
33
+notebook~=7.2.2
34
35
# pycodestyle is dependency of below packages
36
# and to achieve compatible of pycodestyle with python-lsp-server[all]
37
# pinned the below packages
-autopep8~=2.3.1
38
+autopep8>=1.5.0
39
flake8~=7.1.1
40
# Base packages
41
wheel~=0.44.0
0 commit comments