diff --git a/enterprise/redhat/openshift-ai/gaudi/docker/requirements.txt b/enterprise/redhat/openshift-ai/gaudi/docker/requirements.txt index f58e272e..de93512a 100644 --- a/enterprise/redhat/openshift-ai/gaudi/docker/requirements.txt +++ b/enterprise/redhat/openshift-ai/gaudi/docker/requirements.txt @@ -2,42 +2,42 @@ # deepspeed @ git+https://github.com/HabanaAI/DeepSpeed.git@1.20.1 # Datascience and useful extensions -kafka-python~=2.0.5 -matplotlib~=3.10.1 -pandas~=2.2.3 -plotly~=5.24.1 +kafka-python~=2.2.13 +matplotlib~=3.9.4 +pandas~=2.3.0 +plotly~=6.1.2 scikit-learn -scipy~=1.15.2 -skl2onnx~=1.18.0 +scipy~=1.13.1 +skl2onnx~=1.19.1 codeflare-sdk~=0.27.0 # DB connectors -pymongo~=4.11.1 -psycopg~=3.2.5 +pymongo~=4.13.2 +psycopg~=3.2.9 pyodbc~=5.2.0 -mysql-connector-python~=9.2.0 +mysql-connector-python~=9.3.0 # JupyterLab packages -jupyterlab==4.2.7 +jupyterlab==4.4.3 jupyter-bokeh~=4.0.5 -jupyter-server~=2.14.2 -jupyter-server-proxy~=4.3.0 +jupyter-server~=2.16.0 +jupyter-server-proxy~=4.4.0 jupyter-server-terminals~=0.5.3 -jupyterlab-git~=0.51.1 -jupyterlab-lsp~=5.1.0 -jupyterlab-widgets~=3.0.13 -jupyter-resource-usage~=1.1.0 -nbdime~=4.0.1 -nbgitpuller~=1.2.1 +jupyterlab-git~=0.51.2 +jupyterlab-lsp~=5.1.1 +jupyterlab-widgets~=3.0.15 +jupyter-resource-usage~=1.1.1 +nbdime~=4.0.2 +nbgitpuller~=1.2.2 notebook # pycodestyle is dependency of below packages # and to achieve compatible of pycodestyle with python-lsp-server[all] # pinned the below packages autopep8>=1.5.0 -flake8~=7.1.2 +flake8~=7.3.0 # Base packages wheel~=0.45.1 setuptools>=70.0.0 pip>=23.3 -aiohttp==3.11.13 +aiohttp==3.12.13