Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
|
2 |
-
torch
|
3 |
-
torchaudio
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
1 |
+
|
2 |
+
torch>=2.0.0
|
3 |
+
torchaudio>=2.0.0
|
4 |
+
pyannote.audio
|
5 |
+
pyannote.core
|
6 |
+
speechbrain
|
7 |
+
typing-extensions
|
8 |
+
semver>=3.0.0
|
9 |
+
pytorch-lightning
|