-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathrequirements.txt
154 lines (154 loc) · 2.75 KB
/
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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in -o requirements.txt
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
# via
# httpx
# openai
certifi==2024.2.2
# via
# httpcore
# httpx
# requests
charset-normalizer==3.3.2
# via requests
contourpy==1.2.1
# via matplotlib
cycler==0.12.1
# via matplotlib
distro==1.9.0
# via openai
exceptiongroup==1.2.1
# via anyio
filelock==3.14.0
# via
# huggingface-hub
# torch
# transformers
fonttools==4.52.4
# via matplotlib
fsspec==2024.5.0
# via
# huggingface-hub
# torch
h11==0.14.0
# via httpcore
httpcore==1.0.5
# via httpx
httpx==0.27.0
# via openai
huggingface-hub==0.23.2
# via
# tokenizers
# transformers
idna==3.7
# via
# anyio
# httpx
# requests
jinja2==3.1.4
# via torch
joblib==1.4.2
# via scikit-learn
kiwisolver==1.4.5
# via matplotlib
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
matplotlib==3.9.0
# via -r requirements.in
mdurl==0.1.2
# via markdown-it-py
mpmath==1.3.0
# via sympy
networkx==3.3
# via torch
numpy==1.26.4
# via
# contourpy
# matplotlib
# pandas
# scikit-learn
# scipy
# transformers
openai==1.19.0
# via -r requirements.in
packaging==24.0
# via
# huggingface-hub
# matplotlib
# transformers
pandas==2.2.2
# via -r requirements.in
pillow==10.3.0
# via matplotlib
pydantic==2.7.2
# via openai
pydantic-core==2.18.3
# via pydantic
pygments==2.18.0
# via rich
pyparsing==3.1.2
# via matplotlib
python-dateutil==2.9.0.post0
# via
# matplotlib
# pandas
python-dotenv==1.0.1
# via -r requirements.in
pytz==2024.1
# via pandas
pyyaml==6.0.1
# via
# huggingface-hub
# transformers
regex==2024.5.15
# via transformers
requests==2.32.3
# via
# huggingface-hub
# transformers
rich==13.7.1
# via -r requirements.in
safetensors==0.4.3
# via transformers
scikit-learn==1.4.2
# via -r requirements.in
scipy==1.13.1
# via scikit-learn
six==1.16.0
# via python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
# openai
sympy==1.12.1
# via torch
threadpoolctl==3.5.0
# via scikit-learn
tokenizers==0.19.1
# via transformers
torch==2.2.1
# via -r requirements.in
tqdm==4.66.4
# via
# huggingface-hub
# openai
# transformers
transformers==4.43.1
# via -r requirements.in
typing-extensions==4.12.0
# via
# anyio
# huggingface-hub
# openai
# pydantic
# pydantic-core
# torch
tzdata==2024.1
# via pandas
urllib3==2.2.1
# via requests