IFMedTechdemo commited on
Commit
d19b753
·
verified ·
1 Parent(s): c50bac9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -17
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- # Core dependencies (pinned for stability; updated for Oct 2025)
2
- torch==2.9.0
3
- torchaudio==2.9.0
4
- torchvision==0.20.0 # Matches torch 2.9.0
5
- numpy==2.0.0 # Stable 2.x; compatible with all (librosa, silero-vad, torch)
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 (pinned to avoid known 2025 conflicts)
14
- transformers==4.56.1 # Stable; avoids 4.57+ bugs with diffusers
15
- diffusers==0.34.0 # Pre-0.35 TypeError; compatible with torch 2.9 & transformers 4.56
16
- accelerate>=0.33.0 # Latest stable; works with Spaces
17
- fsspec==2024.9.0 # Fixes gcsfs/diffusers conflicts
18
  safetensors>=0.4.0
19
- datasets>=2.14.0 # Loose for flexibility
20
 
21
- # NeuTTS-Air specific (loosened where possible)
22
  neucodec>=0.0.3
23
  phonemizer==3.3.0
24
  vector-quantize-pytorch==1.17.8
25
- torchao>=0.3.0 # Updated for torch 2.9
26
- torchtune>=0.3.0 # Loose
27
  resemble-perth==1.0.1
28
 
29
  # Kokoro TTS
30
  kokoro>=0.2
31
- bitsandbytes>=0.43.0 # Compatible with torch 2.9
32
  snac>=0.1.0
33
  pyttsx3>=3.1
34
  gitpython>=3.1.0
35
 
36
- # Chatterbox Multilingual (merged; conflicts resolved)
37
  resampy==0.4.3
38
  s3tokenizer>=0.1.0
39
  omegaconf==2.3.0
40
- silero-vad==6.0.0 # Latest; NumPy 2.x compatible via torch
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)