Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +17 -17
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
# Core dependencies (pinned for
|
| 2 |
-
torch==2.
|
| 3 |
-
torchaudio==2.
|
| 4 |
-
torchvision==0.20.
|
| 5 |
-
numpy==2.0.0 # Stable 2.x;
|
| 6 |
librosa==0.11.0 # Supports NumPy 2.x
|
| 7 |
soundfile==0.13.1
|
| 8 |
scipy>=1.11.0
|
|
@@ -10,34 +10,34 @@ pandas>=2.0.0
|
|
| 10 |
requests>=2.28.0
|
| 11 |
tqdm>=4.65.0
|
| 12 |
|
| 13 |
-
# HF Ecosystem (
|
| 14 |
-
transformers
|
| 15 |
-
diffusers
|
| 16 |
-
accelerate>=0.33.0 # Latest stable
|
| 17 |
-
fsspec==2024.9.0 # Fixes
|
| 18 |
safetensors>=0.4.0
|
| 19 |
-
datasets>=2.14.0
|
| 20 |
|
| 21 |
-
# NeuTTS-Air specific (loosened
|
| 22 |
neucodec>=0.0.3
|
| 23 |
phonemizer==3.3.0
|
| 24 |
vector-quantize-pytorch==1.17.8
|
| 25 |
-
torchao>=0.3.0 # Updated for
|
| 26 |
-
torchtune>=0.3.0
|
| 27 |
resemble-perth==1.0.1
|
| 28 |
|
| 29 |
# Kokoro TTS
|
| 30 |
kokoro>=0.2
|
| 31 |
-
bitsandbytes>=0.
|
| 32 |
snac>=0.1.0
|
| 33 |
pyttsx3>=3.1
|
| 34 |
gitpython>=3.1.0
|
| 35 |
|
| 36 |
-
# Chatterbox Multilingual (merged;
|
| 37 |
resampy==0.4.3
|
| 38 |
s3tokenizer>=0.1.0
|
| 39 |
omegaconf==2.3.0
|
| 40 |
-
silero-vad==6.0.0 #
|
| 41 |
conformer==0.3.2
|
| 42 |
|
| 43 |
# Optionals (uncomment for languages)
|
|
|
|
| 1 |
+
# Core dependencies (pinned for ZeroGPU; Oct 2025 compatible)
|
| 2 |
+
torch==2.5.1
|
| 3 |
+
torchaudio==2.5.1
|
| 4 |
+
torchvision==0.20.1 # Matches torch 2.5.1
|
| 5 |
+
numpy==2.0.0 # Stable 2.x; works with PyTorch 2.5+
|
| 6 |
librosa==0.11.0 # Supports NumPy 2.x
|
| 7 |
soundfile==0.13.1
|
| 8 |
scipy>=1.11.0
|
|
|
|
| 10 |
requests>=2.28.0
|
| 11 |
tqdm>=4.65.0
|
| 12 |
|
| 13 |
+
# HF Ecosystem (compatible with PyTorch 2.5.1)
|
| 14 |
+
transformers>=4.44.0 # Flexible; supports 2.5.1
|
| 15 |
+
diffusers>=0.30.0 # Avoids pre-2.5 bugs
|
| 16 |
+
accelerate>=0.33.0 # Latest stable
|
| 17 |
+
fsspec==2024.9.0 # Fixes common conflicts
|
| 18 |
safetensors>=0.4.0
|
| 19 |
+
datasets>=2.14.0
|
| 20 |
|
| 21 |
+
# NeuTTS-Air specific (loosened for 2.5.1)
|
| 22 |
neucodec>=0.0.3
|
| 23 |
phonemizer==3.3.0
|
| 24 |
vector-quantize-pytorch==1.17.8
|
| 25 |
+
torchao>=0.3.0 # Updated for 2.5
|
| 26 |
+
torchtune>=0.3.0
|
| 27 |
resemble-perth==1.0.1
|
| 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>=3.1
|
| 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
|
| 42 |
|
| 43 |
# Optionals (uncomment for languages)
|