Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +26 -25
requirements.txt
CHANGED
|
@@ -1,26 +1,27 @@
|
|
| 1 |
-
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
-
|
| 18 |
-
-
|
| 19 |
-
|
|
|
|
| 20 |
|
| 21 |
-
#
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
|
|
|
| 1 |
+
# Core dependencies aligned with official neutts-air/requirements.txt
|
| 2 |
+
datasets==4.0.0
|
| 3 |
+
librosa==0.11.0
|
| 4 |
+
neucodec>=0.0.3
|
| 5 |
+
numpy==2.2.6
|
| 6 |
+
pandas==2.3.2
|
| 7 |
+
phonemizer==3.3.0
|
| 8 |
+
requests==2.32.5
|
| 9 |
+
scipy>=1.15
|
| 10 |
+
soundfile==0.13.1
|
| 11 |
+
torch==2.8.0
|
| 12 |
+
torchao==0.13.0
|
| 13 |
+
torchaudio==2.8.0
|
| 14 |
+
torchtune==0.6.1
|
| 15 |
+
tqdm==4.67.1
|
| 16 |
+
transformers==4.56.1
|
| 17 |
+
vector-quantize-pytorch==1.17.8
|
| 18 |
+
resemble-perth==1.0.1
|
| 19 |
+
accelerate==1.10.1
|
| 20 |
+
gradio
|
| 21 |
|
| 22 |
+
# Additional dependencies for Kokoro TTS integration
|
| 23 |
+
kokoro>=0.2
|
| 24 |
+
bitsandbytes
|
| 25 |
+
snac
|
| 26 |
+
pyttsx3
|
| 27 |
+
gitpython
|