-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathrequirements.txt
More file actions
82 lines (76 loc) · 1.25 KB
/
requirements.txt
File metadata and controls
82 lines (76 loc) · 1.25 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Core Libraries
openai==1.13.3
PyYAML
torch
torchvision
torchaudio
transformers
replicate
anthropic
bitsandbytes
accelerate>=0.26.0
openai-cost-logger
groq
# Web and Async Libraries
aiohttp==3.8.3
aiosignal==1.3.1
async-generator==1.10
async-timeout==4.0.2
attrs==22.2.0
click==8.0.3
django==2.2
django-cors-headers==2.5.3
django-storages-redux==1.3.3
exceptiongroup==1.1.0
frozenlist==1.3.3
gunicorn==20.1.0
h11==0.14.0
idna==3.3
importlib-metadata==4.8.2
jmespath==1.0.1
joblib>=1.1.1
kiwisolver==1.4.4
multidict==6.0.4
nltk==3.6.5
outcome==1.2.0
packaging==23.0
psycopg2-binary==2.9.5
pycparser==2.21
pyparsing==3.0.6
PySocks==1.7.1
python-dateutil==2.8.2
pytz==2021.3
regex==2021.11.10
requests==2.26.0
s3transfer==0.6.0
smart-open==5.2.1
sniffio==1.3.0
sortedcontainers==2.4.0
sqlparse==0.4.3
trio==0.22.0
trio-websocket==0.9.2
wsproto==1.2.0
yarl==1.8.2
# Data Science & ML Libraries
scikit-learn==1.3.0
scikit-posthocs==0.7.0
scipy==1.11.1
seaborn==0.12.2
statsmodels==0.13.5
yellowbrick==1.5
# Visualization & Plotting
matplotlib==3.7.2
Pillow==8.4.0
# Database & SQL
boto==2.49.0
botocore==1.29.43
# Testing & Debugging
selenium==4.8.2
six==1.16.0
threadpoolctl==3.0.0
tqdm==4.62.3
trueskill==0.4.5
typing-extensions==4.11.0
# Miscellaneous
pandas==2.0.3
patsy==0.5.3