Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -28,14 +28,14 @@ resemble-perth==1.0.1
|
|
| 28 |
|
| 29 |
# Kokoro TTS
|
| 30 |
kokoro>=0.2
|
| 31 |
-
bitsandbytes # Stable with 2.5.1; avoid 0.43+ if errors
|
| 32 |
-
snac
|
| 33 |
-
pyttsx3
|
| 34 |
-
gitpython
|
| 35 |
|
| 36 |
# Chatterbox Multilingual (merged; 2.5.1 compatible)
|
| 37 |
resampy==0.4.3
|
| 38 |
-
s3tokenizer
|
| 39 |
omegaconf==2.3.0
|
| 40 |
silero-vad==6.0.0 # NumPy 2.x compatible via torch
|
| 41 |
conformer==0.3.2
|
|
|
|
| 28 |
|
| 29 |
# Kokoro TTS
|
| 30 |
kokoro>=0.2
|
| 31 |
+
bitsandbytes>=0.41.0 # Stable with 2.5.1; avoid 0.43+ if errors
|
| 32 |
+
snac>=0.1.0
|
| 33 |
+
pyttsx3==2.99 # Fixed: Latest stable (no 3.x exists; compatible with Python 3.12)
|
| 34 |
+
gitpython>=3.1.0
|
| 35 |
|
| 36 |
# Chatterbox Multilingual (merged; 2.5.1 compatible)
|
| 37 |
resampy==0.4.3
|
| 38 |
+
s3tokenizer>=0.1.0
|
| 39 |
omegaconf==2.3.0
|
| 40 |
silero-vad==6.0.0 # NumPy 2.x compatible via torch
|
| 41 |
conformer==0.3.2
|