-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathrequirements.txt
43 lines (39 loc) · 1007 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# LLM Packages
deepspeed @ git+https://github.com/HabanaAI/DeepSpeed.git@1.17.0
# Datascience and useful extensions
kafka-python~=2.0.2
matplotlib~=3.9.2
pandas~=2.2.2
plotly~=5.24.1
scikit-learn
scipy~=1.14.1
skl2onnx~=1.17.0
codeflare-sdk~=0.20.2
# DB connectors
pymongo~=4.8.0
psycopg~=3.2.2
pyodbc~=5.1.0
mysql-connector-python~=9.0.0
# JupyterLab packages
odh-elyra~=3.16.7
jupyterlab~=4.2.5 # Wait on upgrade till plugins are ready
jupyter-bokeh~=4.0.5 # Upgrade would bring in jupyterlab 4
jupyter-server~=2.14.2
jupyter-server-proxy~=4.4.0 # Upgrade would bring in jupyterlab 4
jupyter-server-terminals~=0.5.3
jupyterlab-git~=0.50.1
jupyterlab-lsp~=5.1.0
jupyterlab-widgets~=3.0.13
jupyter-resource-usage~=1.1.0
nbdime~=4.0.2
nbgitpuller~=1.2.1
# pycodestyle is dependency of below packages
# and to achieve compatible of pycodestyle with python-lsp-server[all]
# pinned the below packages
autopep8~=2.3.1
flake8~=7.1.1
# Base packages
wheel~=0.44.0
setuptools>=70.0.0
pip>=23.3
aiohttp==3.10.5