saeki
commited on
Commit
•
e6364e9
1
Parent(s):
ed57756
fix
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
torch==1.10.0
|
3 |
+
torchaudio==0.10.0
|
4 |
+
librosa
|
5 |
+
pyworld
|
6 |
+
pysptk
|
7 |
+
matplotlib
|
8 |
+
PyYAML
|
9 |
+
SoundFile
|
10 |
+
pytorch-lightning
|
11 |
+
tqdm
|
12 |
+
pypesq
|
13 |
+
gradio
|