-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathrequirements.txt
44 lines (40 loc) · 1023 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
44
# LLM Packages
deepspeed @ git+https://github.com/HabanaAI/DeepSpeed.git@1.17.1
# Datascience and useful extensions
kafka-python~=2.0.2
matplotlib~=3.9.2
pandas~=2.2.3
plotly~=5.24.1
scikit-learn
scipy~=1.14.1
skl2onnx~=1.17.0
codeflare-sdk~=0.23.1
# DB connectors
pymongo~=4.10.1
psycopg~=3.2.3
pyodbc~=5.2.0
mysql-connector-python~=9.1.0
# JupyterLab packages
odh-elyra~=4.2.0
jupyterlab~=4.3.1 # 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.2
jupyterlab-lsp~=5.1.0
jupyterlab-widgets~=3.0.13
jupyter-resource-usage~=1.1.0
nbdime~=4.0.2
nbgitpuller~=1.2.1
notebook~=7.2.2
# 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.1
# Base packages
wheel~=0.45.0
setuptools>=70.0.0
pip>=23.3
aiohttp==3.11.2