dofbi commited on
Commit
8d3705e
·
verified ·
1 Parent(s): 0b2f5ed

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +65 -23
requirements.txt CHANGED
@@ -1,30 +1,72 @@
1
- torch
 
 
 
 
 
 
2
  torchaudio
3
- soundfile
4
  transformers
5
- gradio
6
- huggingface_hub
7
- tqdm
8
- coqpit
9
  trainer
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  librosa
11
- torchaudio
12
- einops
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  pypinyin
 
14
  hangul_romanize
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  num2words
16
- spacy
17
- mutagen
18
- matplotlib
19
- pyAudioAnalysis
20
- eyed3
21
- hmmlearn
22
- imblearn
23
- plotly
24
- pesq
25
- inference
26
- numpy
27
- pandas
28
- pydub
29
- scipy
30
- IPython
 
1
+ # core deps
2
+ numpy==1.23.0;python_version<="3.10"
3
+ numpy>=1.24.3;python_version>"3.10"
4
+ matplotlib
5
+ cython>=0.29.30
6
+ scipy>=1.11.2
7
+ torch>=2.1
8
  torchaudio
 
9
  transformers
10
+ gdown
 
 
 
11
  trainer
12
+ soundfile>=0.12.0
13
+ librosa>=0.10.0
14
+ scikit-learn>=1.3.0
15
+ numba==0.55.1;python_version<"3.9"
16
+ numba>=0.57.0;python_version>="3.9"
17
+ inflect>=5.6.0
18
+ tqdm>=4.64.1
19
+ anyascii>=0.3.0
20
+ pyyaml>=6.0
21
+ fsspec>=2023.6.0 # <= 2023.9.1 makes aux tests fail
22
+ aiohttp>=3.8.1
23
+ packaging>=23.1
24
+ mutagen==1.47.0
25
  librosa
26
+ # deps for examples
27
+ flask>=2.0.1
28
+ # deps for inference
29
+ pysbd>=0.3.4
30
+ # deps for notebooks
31
+ umap-learn>=0.5.1
32
+ pandas>=1.4,<2.0
33
+ # deps for training
34
+ matplotlib>=3.7.0
35
+ # coqui stack
36
+ trainer>=0.0.36
37
+ # config management
38
+ coqpit>=0.0.16
39
+ # chinese g2p deps
40
+ jieba
41
  pypinyin
42
+ # korean
43
  hangul_romanize
44
+ # gruut+supported langs
45
+ gruut[de,es,fr]==2.2.3
46
+ # deps for korean
47
+ jamo
48
+ nltk
49
+ g2pkk>=0.1.1
50
+ # deps for bangla
51
+ bangla
52
+ bnnumerizer
53
+ bnunicodenormalizer
54
+ # deps for tortoise
55
+ einops>=0.6.0
56
+ transformers>=4.45.2
57
+ # deps for bark
58
+ encodec>=0.1.1
59
+ # deps for XTTS
60
+ unidecode>=1.3.2
61
  num2words
62
+ # spacy[ja]>=3
63
+ tokenizers==0.20.1
64
+ vinorm==2.0.7
65
+ underthesea==6.8.4
66
+ # remove silence
67
+ hmmlearn==0.3.3
68
+ eyed3==0.9.7
69
+ pesq==0.0.4
70
+ pydub==0.25.1
71
+ pyAudioAnalysis==0.3.14
72
+ ffmpeg-python==0.2.0