Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
gradio>=3.50.0
|
|
|
|
|
|
|
2 |
pyannote.audio==2.1.1
|
3 |
-
|
4 |
-
transformers
|
|
|
|
1 |
gradio>=3.50.0
|
2 |
+
numpy<2.0.0
|
3 |
+
torch>=2.0.0
|
4 |
+
torchaudio>=2.0.0
|
5 |
pyannote.audio==2.1.1
|
6 |
+
pytorch_lightning==2.0.9
|
7 |
+
transformers
|
8 |
+
typing-extensions>=4.4.0
|