Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
torch>=2.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
|
|
|
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
|