IFMedTechdemo commited on
Commit
85a6257
·
verified ·
1 Parent(s): be6bdf9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +26 -25
requirements.txt CHANGED
@@ -1,26 +1,27 @@
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
 
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