File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
enterprise/redhat/openshift-ai/gaudi/docker Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 2
2
# deepspeed @ git+https://github.com/HabanaAI/[email protected]
3
3
4
4
# Datascience and useful extensions
5
- kafka-python ~= 2.0.5
6
- matplotlib ~= 3.10.1
7
- pandas ~= 2.2.3
8
- plotly ~= 5.24.1
5
+ kafka-python ~= 2.2.14
6
+ matplotlib ~= 3.9.4
7
+ pandas ~= 2.3.0
8
+ plotly ~= 6.2.0
9
9
scikit-learn
10
- scipy ~= 1.15.2
11
- skl2onnx ~= 1.18.0
10
+ scipy ~= 1.13.1
11
+ skl2onnx ~= 1.19.1
12
12
codeflare-sdk ~= 0.27.0
13
13
14
14
# DB connectors
15
- pymongo ~= 4.11.1
16
- psycopg ~= 3.2.5
15
+ pymongo ~= 4.13.2
16
+ psycopg ~= 3.2.9
17
17
pyodbc ~= 5.2.0
18
- mysql-connector-python ~= 9.2 .0
18
+ mysql-connector-python ~= 9.3 .0
19
19
20
20
# JupyterLab packages
21
- jupyterlab == 4.2.7
21
+ jupyterlab == 4.4.4
22
22
jupyter-bokeh ~= 4.0.5
23
- jupyter-server ~= 2.14.2
24
- jupyter-server-proxy ~= 4.3 .0
23
+ jupyter-server ~= 2.16.0
24
+ jupyter-server-proxy ~= 4.4 .0
25
25
jupyter-server-terminals ~= 0.5.3
26
- jupyterlab-git ~= 0.51.1
27
- jupyterlab-lsp ~= 5.1.0
28
- jupyterlab-widgets ~= 3.0.13
29
- jupyter-resource-usage ~= 1.1.0
30
- nbdime ~= 4.0.1
31
- nbgitpuller ~= 1.2.1
26
+ jupyterlab-git ~= 0.51.2
27
+ jupyterlab-lsp ~= 5.1.1
28
+ jupyterlab-widgets ~= 3.0.15
29
+ jupyter-resource-usage ~= 1.1.1
30
+ nbdime ~= 4.0.2
31
+ nbgitpuller ~= 1.2.2
32
32
notebook
33
33
34
34
# pycodestyle is dependency of below packages
35
35
# and to achieve compatible of pycodestyle with python-lsp-server[all]
36
36
# pinned the below packages
37
37
autopep8 >= 1.5.0
38
- flake8 ~= 7.1.2
38
+ flake8 ~= 7.3.0
39
39
# Base packages
40
40
wheel ~= 0.45.1
41
41
setuptools >= 70.0.0
42
42
pip >= 23.3
43
- aiohttp == 3.11 .13
43
+ aiohttp == 3.12 .13
You can’t perform that action at this time.
0 commit comments