Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -2,8 +2,8 @@ numpy==1.24.3
|
|
2 |
torch==2.0.1
|
3 |
torchaudio==2.0.2
|
4 |
pytorch-lightning==1.6.5
|
|
|
5 |
pyannote.audio==2.1.1
|
6 |
gradio==3.50.0
|
7 |
transformers==4.30.2
|
8 |
-
typing-extensions>=4.4.0
|
9 |
-
soundfile==0.12.1
|
|
|
2 |
torch==2.0.1
|
3 |
torchaudio==2.0.2
|
4 |
pytorch-lightning==1.6.5
|
5 |
+
soundfile==0.10.3
|
6 |
pyannote.audio==2.1.1
|
7 |
gradio==3.50.0
|
8 |
transformers==4.30.2
|
9 |
+
typing-extensions>=4.4.0
|
|