Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
--only-binary :all:
|
| 2 |
gradio
|
| 3 |
yt-dlp
|
| 4 |
faster-whisper
|
|
@@ -6,5 +5,5 @@ transformers
|
|
| 6 |
pyannote.audio
|
| 7 |
torch
|
| 8 |
torchaudio
|
| 9 |
-
camel-tools==1.5.5
|
| 10 |
numpy
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
yt-dlp
|
| 3 |
faster-whisper
|
|
|
|
| 5 |
pyannote.audio
|
| 6 |
torch
|
| 7 |
torchaudio
|
|
|
|
| 8 |
numpy
|
| 9 |
+
# camel-tools removed to avoid build-time errors
|