Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -4,7 +4,8 @@ numpy<2.0 # estabilidad general con libs de audio
|
|
| 4 |
soundfile>=0.12 # lectura de WAV/OGG/FLAC, etc.
|
| 5 |
pydub
|
| 6 |
pyannote.audio
|
| 7 |
-
torch==2.
|
| 8 |
-
torchaudio==2.
|
| 9 |
speechbrain>=1.0.3
|
| 10 |
audio-extract
|
|
|
|
|
|
| 4 |
soundfile>=0.12 # lectura de WAV/OGG/FLAC, etc.
|
| 5 |
pydub
|
| 6 |
pyannote.audio
|
| 7 |
+
torch==2.6.0
|
| 8 |
+
torchaudio==2.6.0
|
| 9 |
speechbrain>=1.0.3
|
| 10 |
audio-extract
|
| 11 |
+
transformers
|