IFMedTechdemo commited on
Commit
3a8ca8f
·
verified ·
1 Parent(s): f8386f3

Align requirements.txt with official neutts-air dependencies

Browse files

Updated requirements.txt to match official neuphonic/neutts-air implementation:

1. Added all NeuTTS-Air dependencies with specific versions from official requirements.txt:
- datasets==4.0.0
- librosa==0.11.0
- neucodec>=0.0.3
- numpy==2.2.6
- pandas==2.3.2
- phonemizer==3.3.0
- requests==2.32.5
- scipy>=1.15
- soundfile==0.13.1
- torch==2.8.0
- torchao==0.13.0
- torchaudio==2.8.0
- torchtune==0.6.1
- tqdm==4.67.1
- transformers==4.56.1
- vector-quantize-pytorch==1.17.8
- resemble-perth==1.0.1
- accelerate==1.10.1
- gradio

2. Maintained Kokoro TTS dependencies:
- kokoro>=0.2
- bitsandbytes
- snac
- pyttsx3
- gitpython

All dependency versions now match the official neutts-air repository to ensure compatibility and proper functionality.

Files changed (1) hide show
  1. requirements.txt +22 -6
requirements.txt CHANGED
@@ -1,11 +1,27 @@
1
- gradio>=4.0
2
- soundfile
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  kokoro>=0.2
4
- torch
5
- transformers
6
- accelerate
7
  bitsandbytes
8
  snac
9
  pyttsx3
10
- numpy
11
  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