Update requirements.txt
Browse files- requirements.txt +29 -0
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
absl-py==2.0.0
|
2 |
aiohttp==3.9.0
|
3 |
aiosignal==1.3.1
|
|
|
|
|
4 |
annotated-types==0.6.0
|
5 |
anyascii==0.3.2
|
6 |
appnope==0.1.3
|
@@ -31,15 +33,19 @@ colorama==0.4.6
|
|
31 |
comm==0.1.4
|
32 |
confection==0.1.3
|
33 |
ConfigArgParse==1.7
|
|
|
34 |
coqpit==0.0.17
|
|
|
35 |
cycler==0.12.1
|
36 |
cymem==2.0.8
|
37 |
Cython==3.0.5
|
|
|
38 |
dateparser==1.1.8
|
39 |
debugpy==1.8.0
|
40 |
decorator==4.4.2
|
41 |
deep-translator==1.11.4
|
42 |
dill==0.3.7
|
|
|
43 |
docopt==0.6.2
|
44 |
einops==0.7.0
|
45 |
encodec==0.1.1
|
@@ -48,6 +54,7 @@ executing==2.0.0
|
|
48 |
fasttext-wheel==0.9.2
|
49 |
ffmpeg==1.4
|
50 |
filelock==3.13.1
|
|
|
51 |
Flask==3.0.0
|
52 |
flatbuffers==23.5.26
|
53 |
fonttools==4.43.1
|
@@ -102,8 +109,10 @@ lxml==4.9.3
|
|
102 |
Markdown==3.5
|
103 |
markdown-it-py==3.0.0
|
104 |
MarkupSafe==2.1.3
|
|
|
105 |
matplotlib-inline==0.1.6
|
106 |
mdurl==0.1.2
|
|
|
107 |
more-itertools==10.1.0
|
108 |
moviepy==1.0.3
|
109 |
mpmath==1.3.0
|
@@ -119,6 +128,9 @@ numba==0.58.1
|
|
119 |
numpy==1.22.0
|
120 |
oauthlib==3.2.2
|
121 |
openai-whisper==20231117
|
|
|
|
|
|
|
122 |
opt-einsum==3.3.0
|
123 |
packaging==23.2
|
124 |
pandas==1.5.3
|
@@ -176,6 +188,9 @@ sacrebleu==2.3.2
|
|
176 |
sacremoses==0.0.53
|
177 |
safeIO==1.2
|
178 |
safetensors==0.4.0
|
|
|
|
|
|
|
179 |
sentencepiece==0.1.99
|
180 |
six==1.16.0
|
181 |
smart-open==6.4.0
|
@@ -183,15 +198,25 @@ smmap==5.0.1
|
|
183 |
soundfile==0.12.1
|
184 |
soupsieve==2.5
|
185 |
soxr==0.3.7
|
|
|
|
|
|
|
186 |
sqlparse==0.4.4
|
187 |
srsly==2.4.8
|
188 |
stack-data==0.6.3
|
|
|
189 |
streamlit==1.29.0
|
190 |
SudachiDict-core==20230927
|
191 |
SudachiPy==0.6.7
|
192 |
sympy==1.12
|
193 |
tabulate==0.9.0
|
194 |
tenacity==8.2.3
|
|
|
|
|
|
|
|
|
|
|
|
|
195 |
termcolor==2.3.0
|
196 |
thinc==8.2.1
|
197 |
threadpoolctl==3.2.0
|
@@ -200,10 +225,14 @@ tiktoken==0.3.3
|
|
200 |
tokenizers==0.15.0
|
201 |
toml==0.10.2
|
202 |
toolz==0.12.0
|
|
|
|
|
|
|
203 |
tornado==6.3.3
|
204 |
tqdm==4.66.1
|
205 |
trainer==0.0.32
|
206 |
traitlets==5.11.2
|
|
|
207 |
translate==3.6.1
|
208 |
translatepy==2.3
|
209 |
TTS==0.20.6
|
|
|
1 |
absl-py==2.0.0
|
2 |
aiohttp==3.9.0
|
3 |
aiosignal==1.3.1
|
4 |
+
albumentations==1.3.1
|
5 |
+
altair==5.2.0
|
6 |
annotated-types==0.6.0
|
7 |
anyascii==0.3.2
|
8 |
appnope==0.1.3
|
|
|
33 |
comm==0.1.4
|
34 |
confection==0.1.3
|
35 |
ConfigArgParse==1.7
|
36 |
+
contourpy==1.1.1
|
37 |
coqpit==0.0.17
|
38 |
+
ctranslate2==3.21.0
|
39 |
cycler==0.12.1
|
40 |
cymem==2.0.8
|
41 |
Cython==3.0.5
|
42 |
+
datasets==2.15.0
|
43 |
dateparser==1.1.8
|
44 |
debugpy==1.8.0
|
45 |
decorator==4.4.2
|
46 |
deep-translator==1.11.4
|
47 |
dill==0.3.7
|
48 |
+
Django==4.2.7
|
49 |
docopt==0.6.2
|
50 |
einops==0.7.0
|
51 |
encodec==0.1.1
|
|
|
54 |
fasttext-wheel==0.9.2
|
55 |
ffmpeg==1.4
|
56 |
filelock==3.13.1
|
57 |
+
filterpy==1.4.5
|
58 |
Flask==3.0.0
|
59 |
flatbuffers==23.5.26
|
60 |
fonttools==4.43.1
|
|
|
109 |
Markdown==3.5
|
110 |
markdown-it-py==3.0.0
|
111 |
MarkupSafe==2.1.3
|
112 |
+
matplotlib==3.8.0
|
113 |
matplotlib-inline==0.1.6
|
114 |
mdurl==0.1.2
|
115 |
+
ml-dtypes==0.2.0
|
116 |
more-itertools==10.1.0
|
117 |
moviepy==1.0.3
|
118 |
mpmath==1.3.0
|
|
|
128 |
numpy==1.22.0
|
129 |
oauthlib==3.2.2
|
130 |
openai-whisper==20231117
|
131 |
+
opencv-python==4.8.1.78
|
132 |
+
opencv-python-headless==4.8.1.78
|
133 |
+
OpenNMT-py==3.4.3
|
134 |
opt-einsum==3.3.0
|
135 |
packaging==23.2
|
136 |
pandas==1.5.3
|
|
|
188 |
sacremoses==0.0.53
|
189 |
safeIO==1.2
|
190 |
safetensors==0.4.0
|
191 |
+
scikit-image==0.22.0
|
192 |
+
scikit-learn==1.3.2
|
193 |
+
scipy==1.11.3
|
194 |
sentencepiece==0.1.99
|
195 |
six==1.16.0
|
196 |
smart-open==6.4.0
|
|
|
198 |
soundfile==0.12.1
|
199 |
soupsieve==2.5
|
200 |
soxr==0.3.7
|
201 |
+
spacy==3.7.2
|
202 |
+
spacy-legacy==3.0.12
|
203 |
+
spacy-loggers==1.0.5
|
204 |
sqlparse==0.4.4
|
205 |
srsly==2.4.8
|
206 |
stack-data==0.6.3
|
207 |
+
stanza==1.1.1
|
208 |
streamlit==1.29.0
|
209 |
SudachiDict-core==20230927
|
210 |
SudachiPy==0.6.7
|
211 |
sympy==1.12
|
212 |
tabulate==0.9.0
|
213 |
tenacity==8.2.3
|
214 |
+
tensorboard==2.14.1
|
215 |
+
tensorboard-data-server==0.7.1
|
216 |
+
tensordict==0.2.1
|
217 |
+
tensorflow==2.14.0
|
218 |
+
tensorflow-estimator==2.14.0
|
219 |
+
tensorflow-io-gcs-filesystem==0.34.0
|
220 |
termcolor==2.3.0
|
221 |
thinc==8.2.1
|
222 |
threadpoolctl==3.2.0
|
|
|
225 |
tokenizers==0.15.0
|
226 |
toml==0.10.2
|
227 |
toolz==0.12.0
|
228 |
+
torch==2.1.1
|
229 |
+
torchaudio==2.1.1
|
230 |
+
torchvision==0.16.1
|
231 |
tornado==6.3.3
|
232 |
tqdm==4.66.1
|
233 |
trainer==0.0.32
|
234 |
traitlets==5.11.2
|
235 |
+
transformers==4.35.2
|
236 |
translate==3.6.1
|
237 |
translatepy==2.3
|
238 |
TTS==0.20.6
|