IFMedTechdemo commited on
Commit
3012249
·
verified ·
1 Parent(s): 96fc4df

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +25 -46
requirements.txt CHANGED
@@ -1,47 +1,26 @@
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
9
- pandas>=2.0.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==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
42
-
43
- # Optionals (uncomment for languages)
44
- # spacy_pkuseg>=0.0.29 # Chinese
45
- # pykakasi>=2.2.0 # Japanese
46
- # russian-text-stresser @ git+https://github.com/Vuizur/add-stress-to-epub
47
- # dicta-onnx>=0.1.0 # Hebrew
 
1
+ - datasets==4.0.0
2
+ - librosa==0.11.0
3
+ - neucodec>=0.0.3
4
+ - numpy==2.2.6
5
+ - pandas==2.3.2
6
+ - phonemizer==3.3.0
7
+ - requests==2.32.5
8
+ - scipy>=1.15
9
+ - soundfile==0.13.1
10
+ - torch==2.8.0
11
+ - torchao==0.13.0
12
+ - torchaudio==2.8.0
13
+ - torchtune==0.6.1
14
+ - tqdm==4.67.1
15
+ - transformers==4.56.1
16
+ - vector-quantize-pytorch==1.17.8
17
+ - resemble-perth==1.0.1
18
+ - accelerate==1.10.1
19
+ - gradio
20
 
21
+ # Maintained Kokoro TTS dependencies:
22
+ - kokoro>=0.2
23
+ - bitsandbytes
24
+ - snac
25
+ - pyttsx3
26
+ - gitpython