Update requirements.txt
Browse files- requirements.txt +2 -8
requirements.txt
CHANGED
@@ -1,15 +1,9 @@
|
|
1 |
-
wheel
|
2 |
-
setuptools>=42
|
3 |
-
pip>=23
|
4 |
-
Cmake
|
5 |
-
attrdict3
|
6 |
# Core compatibility
|
7 |
numpy==1.26.4
|
8 |
transformers==4.49.0
|
9 |
-
# Coqui TTS (XTTS v2)
|
10 |
# coqpit-config
|
11 |
-
|
12 |
-
|
13 |
torch==2.6.0 # Or the version best suited for your GPU/CPU
|
14 |
# Video Processing
|
15 |
moviepy==1.0.3
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Core compatibility
|
2 |
numpy==1.26.4
|
3 |
transformers==4.49.0
|
|
|
4 |
# coqpit-config
|
5 |
+
coqui-tts==0.26.0
|
6 |
+
coqui-tts-trainer==0.2.3
|
7 |
torch==2.6.0 # Or the version best suited for your GPU/CPU
|
8 |
# Video Processing
|
9 |
moviepy==1.0.3
|