Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -1,8 +1,14 @@
|
|
| 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
|
|
|
|
| 1 |
+
# Use modern PyTorch 2.x and torchaudio 2.x
|
| 2 |
torch>=2.0.0
|
| 3 |
torchaudio>=2.0.0
|
| 4 |
+
|
| 5 |
+
# Let pip fetch the latest pyannote.audio that works with Torch 2.x
|
| 6 |
pyannote.audio
|
| 7 |
+
|
| 8 |
+
# Let pip also auto-resolve pyannote.core if needed
|
| 9 |
pyannote.core
|
| 10 |
+
|
| 11 |
+
# Additional libraries you need
|
| 12 |
speechbrain
|
| 13 |
typing-extensions
|
| 14 |
semver>=3.0.0
|