Commit
·
7ccfa9f
1
Parent(s):
3bc9174
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
soundfile
|
2 |
numpy
|
3 |
-
torch==
|
4 |
-
torchvision==0.
|
5 |
-
torchaudio
|
6 |
-
deepspeed
|
7 |
deepfilternet==0.4.0
|
8 |
matplotlib==3.6
|
9 |
Pillow==9.3
|
|
|
1 |
soundfile
|
2 |
numpy
|
3 |
+
torch==1.13.0
|
4 |
+
torchvision==0.14.0
|
5 |
+
torchaudio==0.13
|
|
|
6 |
deepfilternet==0.4.0
|
7 |
matplotlib==3.6
|
8 |
Pillow==9.3
|