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