Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
# Core compatibility
|
2 |
numpy==1.26.4
|
3 |
-
cvxpy
|
4 |
transformers==4.49.0
|
5 |
# Coqui TTS (XTTS v2)
|
6 |
coqpit-config
|
@@ -18,5 +17,6 @@ SpeechRecognition
|
|
18 |
whisperx==3.3.1
|
19 |
openai
|
20 |
pillow
|
|
|
21 |
# pyannote.audio
|
22 |
# torchaudio
|
|
|
1 |
# Core compatibility
|
2 |
numpy==1.26.4
|
|
|
3 |
transformers==4.49.0
|
4 |
# Coqui TTS (XTTS v2)
|
5 |
coqpit-config
|
|
|
17 |
whisperx==3.3.1
|
18 |
openai
|
19 |
pillow
|
20 |
+
cvxpy
|
21 |
# pyannote.audio
|
22 |
# torchaudio
|