Update requirements.txt
Browse files- requirements.txt +14 -2
requirements.txt
CHANGED
@@ -1,10 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
moviepy==2.1.1
|
2 |
deepl==1.16.1
|
3 |
pyrubberband==0.4.0
|
4 |
-
librosa==0.10.2
|
5 |
pytube==15.0.0
|
|
|
6 |
coqui-tts==0.24.1
|
7 |
-
|
|
|
|
|
8 |
torch==2.1.2+cu121
|
9 |
torchaudio==2.1.2+cu121
|
|
|
|
|
10 |
whisperx @ git+https://github.com/m-bain/[email protected]
|
|
|
1 |
+
# General dependencies
|
2 |
+
tiktoken==0.8.0
|
3 |
+
cohere==5.13.0
|
4 |
+
mecab-python3==1.0.10
|
5 |
+
unidic-lite==1.0.8
|
6 |
+
cutlet==0.4.0
|
7 |
+
gradio==5.7.1
|
8 |
moviepy==2.1.1
|
9 |
deepl==1.16.1
|
10 |
pyrubberband==0.4.0
|
11 |
+
librosa==0.10.2.post1
|
12 |
pytube==15.0.0
|
13 |
+
ffmpeg==1.4
|
14 |
coqui-tts==0.24.1
|
15 |
+
|
16 |
+
# PyTorch-specific dependencies with custom index fallback
|
17 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
18 |
torch==2.1.2+cu121
|
19 |
torchaudio==2.1.2+cu121
|
20 |
+
|
21 |
+
# Git-based dependency
|
22 |
whisperx @ git+https://github.com/m-bain/[email protected]
|