Update requirements.txt
Browse files- requirements.txt +11 -20
requirements.txt
CHANGED
@@ -1,29 +1,20 @@
|
|
1 |
aria2
|
2 |
-
|
3 |
-
|
4 |
-
numpy==1.23.5
|
5 |
scipy
|
6 |
-
librosa
|
7 |
-
|
8 |
-
|
9 |
-
faiss-cpu==1.7.3
|
10 |
gradio==3.34.0
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
ffmpeg-python>=0.2.0
|
15 |
tensorboardX
|
16 |
-
Jinja2>=3.1.2
|
17 |
json5
|
18 |
Markdown
|
19 |
-
|
20 |
-
matplotlib-inline>=0.1.3
|
21 |
-
praat-parselmouth>=0.4.2
|
22 |
-
|
23 |
tensorboard
|
24 |
-
tqdm
|
25 |
-
tornado>=6.1
|
26 |
-
httpx
|
27 |
onnxruntime; sys_platform == 'darwin'
|
28 |
onnxruntime-gpu; sys_platform != 'darwin'
|
29 |
torchcrepe==0.0.20
|
@@ -31,4 +22,4 @@ fastapi==0.88
|
|
31 |
torchfcpe
|
32 |
ffmpy==0.3.1
|
33 |
python-dotenv>=1.0.0
|
34 |
-
av
|
|
|
1 |
aria2
|
2 |
+
numba
|
3 |
+
numpy
|
|
|
4 |
scipy
|
5 |
+
librosa
|
6 |
+
fairseq
|
7 |
+
faiss-cpu
|
|
|
8 |
gradio==3.34.0
|
9 |
+
pydub
|
10 |
+
soundfile
|
11 |
+
ffmpeg-python
|
|
|
12 |
tensorboardX
|
|
|
13 |
json5
|
14 |
Markdown
|
15 |
+
praat-parselmouth
|
|
|
|
|
|
|
16 |
tensorboard
|
17 |
+
tqdm
|
|
|
|
|
18 |
onnxruntime; sys_platform == 'darwin'
|
19 |
onnxruntime-gpu; sys_platform != 'darwin'
|
20 |
torchcrepe==0.0.20
|
|
|
22 |
torchfcpe
|
23 |
ffmpy==0.3.1
|
24 |
python-dotenv>=1.0.0
|
25 |
+
av
|