Spaces:
Running
Running
Aitron Emper
commited on
Commit
•
8a00243
1
Parent(s):
7e361e2
Update requirements.txt
Browse files- requirements.txt +41 -40
requirements.txt
CHANGED
@@ -1,40 +1,41 @@
|
|
1 |
-
# General dependencies
|
2 |
-
ffmpeg-python>=0.2.0
|
3 |
-
numpy==1.23.5
|
4 |
-
requests==2.31.0
|
5 |
-
tqdm
|
6 |
-
wget
|
7 |
-
|
8 |
-
# Audio processing
|
9 |
-
faiss-cpu==1.7.3
|
10 |
-
librosa==0.9.2
|
11 |
-
pyworld==0.3.4
|
12 |
-
scipy==1.11.1
|
13 |
-
soundfile==0.12.1
|
14 |
-
praat-parselmouth
|
15 |
-
noisereduce
|
16 |
-
audio_upscaler==0.1.4
|
17 |
-
|
18 |
-
# Machine learning
|
19 |
-
git+https://github.com/IAHispano/fairseq; sys_platform == 'linux'
|
20 |
-
fairseq==0.12.2; sys_platform == 'darwin' or sys_platform == 'win32'
|
21 |
-
numba; sys_platform == 'linux'
|
22 |
-
numba==0.56.4; sys_platform == 'darwin' or sys_platform == 'win32'
|
23 |
-
torch==2.1.1
|
24 |
-
torchcrepe==0.0.22
|
25 |
-
torchvision==0.16.1
|
26 |
-
einops
|
27 |
-
|
28 |
-
# Visualization
|
29 |
-
matplotlib==3.7.2
|
30 |
-
tensorboard
|
31 |
-
gradio==4.31.4
|
32 |
-
|
33 |
-
# Miscellaneous
|
34 |
-
ffmpy==0.3.1
|
35 |
-
tensorboardX
|
36 |
-
edge-tts==6.1.9
|
37 |
-
pypresence
|
38 |
-
beautifulsoup4
|
39 |
-
flask
|
40 |
-
local-attention
|
|
|
|
1 |
+
# General dependencies
|
2 |
+
ffmpeg-python>=0.2.0
|
3 |
+
numpy==1.23.5
|
4 |
+
requests==2.31.0
|
5 |
+
tqdm
|
6 |
+
wget
|
7 |
+
|
8 |
+
# Audio processing
|
9 |
+
faiss-cpu==1.7.3
|
10 |
+
librosa==0.9.2
|
11 |
+
pyworld==0.3.4
|
12 |
+
scipy==1.11.1
|
13 |
+
soundfile==0.12.1
|
14 |
+
praat-parselmouth
|
15 |
+
noisereduce
|
16 |
+
audio_upscaler==0.1.4
|
17 |
+
|
18 |
+
# Machine learning
|
19 |
+
git+https://github.com/IAHispano/fairseq; sys_platform == 'linux'
|
20 |
+
fairseq==0.12.2; sys_platform == 'darwin' or sys_platform == 'win32'
|
21 |
+
numba; sys_platform == 'linux'
|
22 |
+
numba==0.56.4; sys_platform == 'darwin' or sys_platform == 'win32'
|
23 |
+
torch==2.1.1
|
24 |
+
torchcrepe==0.0.22
|
25 |
+
torchvision==0.16.1
|
26 |
+
einops
|
27 |
+
|
28 |
+
# Visualization
|
29 |
+
matplotlib==3.7.2
|
30 |
+
tensorboard
|
31 |
+
gradio==4.31.4
|
32 |
+
|
33 |
+
# Miscellaneous
|
34 |
+
ffmpy==0.3.1
|
35 |
+
tensorboardX
|
36 |
+
edge-tts==6.1.9
|
37 |
+
pypresence
|
38 |
+
beautifulsoup4
|
39 |
+
flask
|
40 |
+
local-attention
|
41 |
+
spaces
|