Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
numpy==1.19.2
|
2 |
-
playsound
|
3 |
-
pydub
|
4 |
-
pyworld
|
5 |
-
requests
|
6 |
-
scipy
|
7 |
-
sounddevice
|
8 |
-
SoundFile
|
9 |
-
starlette
|
10 |
torch
|
11 |
torchaudio
|
12 |
tqdm
|
|
|
1 |
numpy==1.19.2
|
2 |
+
playsound==1.3.0
|
3 |
+
pydub==0.25.1
|
4 |
+
pyworld==0.3.0
|
5 |
+
requests==2.28.1
|
6 |
+
scipy==1.7.3
|
7 |
+
sounddevice==0.4.5
|
8 |
+
SoundFile==0.10.3.post1
|
9 |
+
starlette==0.19.1
|
10 |
torch
|
11 |
torchaudio
|
12 |
tqdm
|