moustafa1-1 commited on
Commit
b75dc06
·
verified ·
1 Parent(s): fa7c8c0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -36
requirements.txt CHANGED
@@ -1,21 +1,16 @@
1
- fastapi==0.109.2
2
- uvicorn==0.34.0
3
- torch==2.1.0
4
- torchaudio==2.1.0
5
- transformers==4.35.2
6
- unidecode>=1.3.8
7
- librosa
8
- blis==0.2.4
9
  # core deps
10
- numpy==1.21.0
 
11
  cython>=0.29.30
12
- scipy==1.7.3
13
- langdetect==1.0.8
 
 
14
  soundfile>=0.12.0
15
- # scikit-learn>=1.3.0
16
- numba==0.48.0
17
- llvmlite>=0.31.0,<0.32.0
18
- # pynndescent==0.4 #
19
  inflect>=7.5.0
20
  tqdm>=4.67.1
21
  anyascii>=0.3.2
@@ -29,7 +24,7 @@ flask>=3.1.0
29
  # deps for inference
30
  pysbd>=0.3.4
31
  # deps for notebooks
32
- # umap-learn>=0.5.7
33
  pandas>=1.4,<2.0
34
  # deps for training
35
  matplotlib>=3.8.4
@@ -59,11 +54,11 @@ bnnumerizer==0.0.2
59
  bnunicodenormalizer==0.1.7
60
  #deps for tortoise
61
  einops==0.8.1
62
- # transformers==4.35.2
63
  #deps for bark
64
  encodec==0.1.1
65
  # deps for XTTS
66
- # unidecode>=1.3.8 #
67
  num2words==0.5.14
68
  spacy[ja]>=3
69
  # Additional dependencies from TTS requirements
@@ -93,7 +88,7 @@ Cython==3.0.12
93
  dateparser==1.1.8
94
  decorator==5.2.1
95
  docopt==0.6.2
96
- # fastapi==0.109.2
97
  filelock==3.18.0
98
  fonttools==4.57.0
99
  frozenlist==1.5.0
@@ -111,6 +106,7 @@ kiwisolver==1.4.7
111
  langcodes==3.5.0
112
  language_data==1.3.0
113
  lazy_loader==0.4
 
114
  marisa-trie==1.2.1
115
  Markdown==3.8
116
  markdown-it-py==3.0.0
@@ -122,6 +118,9 @@ msgpack==1.1.0
122
  multidict==6.4.3
123
  murmurhash==1.0.12
124
  networkx==2.8.8
 
 
 
125
  pillow==11.1.0
126
  platformdirs==4.3.7
127
  pooch==1.8.2
@@ -133,7 +132,7 @@ pycparser==2.22
133
  pydantic==1.10.21
134
  pydantic_core==2.33.1
135
  Pygments==2.19.1
136
- # pynndescent==0.4
137
  pyparsing==3.2.3
138
  python-crfsuite==0.9.11
139
  python-dateutil==2.9.0.post0
@@ -160,33 +159,20 @@ tensorboard==2.19.0
160
  tensorboard-data-server==0.7.2
161
  thinc==8.3.4
162
  threadpoolctl==3.6.0
163
- tokenizers==0.15.0
164
  typeguard==4.4.2
165
  typer==0.15.2
166
  typing-inspection==0.4.0
167
  typing_extensions==4.13.2
168
  tzdata==2025.2
169
  tzlocal==5.3.1
170
- # Unidecode==1.3.8
171
  urllib3==2.4.0
172
- # uvicorn==0.34.0
173
  wasabi==1.1.3
174
  weasel==0.4.1
175
  Werkzeug==3.1.3
176
  wrapt==1.17.2
177
  yarl==1.19.0
178
  zipp==3.21.0
179
- triton==2.1.0
180
- nvidia-cufft-cu12==11.0.2.54
181
- nvidia-nccl-cu12==2.18.1
182
- nvidia-nvtx-cu12==12.1.105
183
- nvidia-curand-cu12==10.3.2.106
184
- nvidia-cusolver-cu12==11.4.5.107
185
- nvidia-cusparse-cu12==12.1.0.106
186
- nvidia-cuda-nvrtc-cu12==12.1.105
187
- nvidia-cuda-runtime-cu12==12.1.105
188
- nvidia-cuda-cupti-cu12==12.1.105
189
- nvidia-cudnn-cu12==8.9.2.26
190
- nvidia-cublas-cu12==12.1.3.1
191
- resampy>=0.2.2
192
  # Force rebuild
 
 
 
 
 
 
 
 
 
1
  # core deps
2
+ numpy==1.22.0;python_version<="3.10"
3
+ numpy>=1.24.3;python_version>"3.10"
4
  cython>=0.29.30
5
+ scipy>=1.11.2
6
+ langdetect
7
+ torch>=2.1
8
+ torchaudio==2.6.0
9
  soundfile>=0.12.0
10
+ librosa>=0.10.0
11
+ scikit-learn>=1.3.0
12
+ numba==0.55.1;python_version<"3.9"
13
+ numba>=0.57.0;python_version>="3.9"
14
  inflect>=7.5.0
15
  tqdm>=4.67.1
16
  anyascii>=0.3.2
 
24
  # deps for inference
25
  pysbd>=0.3.4
26
  # deps for notebooks
27
+ umap-learn>=0.5.7
28
  pandas>=1.4,<2.0
29
  # deps for training
30
  matplotlib>=3.8.4
 
54
  bnunicodenormalizer==0.1.7
55
  #deps for tortoise
56
  einops==0.8.1
57
+ transformers==4.51.2
58
  #deps for bark
59
  encodec==0.1.1
60
  # deps for XTTS
61
+ unidecode>=1.3.8
62
  num2words==0.5.14
63
  spacy[ja]>=3
64
  # Additional dependencies from TTS requirements
 
88
  dateparser==1.1.8
89
  decorator==5.2.1
90
  docopt==0.6.2
91
+ fastapi==0.109.2
92
  filelock==3.18.0
93
  fonttools==4.57.0
94
  frozenlist==1.5.0
 
106
  langcodes==3.5.0
107
  language_data==1.3.0
108
  lazy_loader==0.4
109
+ llvmlite==0.43.0
110
  marisa-trie==1.2.1
111
  Markdown==3.8
112
  markdown-it-py==3.0.0
 
118
  multidict==6.4.3
119
  murmurhash==1.0.12
120
  networkx==2.8.8
121
+ num2words==0.5.14
122
+ packaging
123
+ pandas>=1.4,<2.0
124
  pillow==11.1.0
125
  platformdirs==4.3.7
126
  pooch==1.8.2
 
132
  pydantic==1.10.21
133
  pydantic_core==2.33.1
134
  Pygments==2.19.1
135
+ pynndescent==0.5.13
136
  pyparsing==3.2.3
137
  python-crfsuite==0.9.11
138
  python-dateutil==2.9.0.post0
 
159
  tensorboard-data-server==0.7.2
160
  thinc==8.3.4
161
  threadpoolctl==3.6.0
162
+ tokenizers==0.21.1
163
  typeguard==4.4.2
164
  typer==0.15.2
165
  typing-inspection==0.4.0
166
  typing_extensions==4.13.2
167
  tzdata==2025.2
168
  tzlocal==5.3.1
169
+ Unidecode==1.3.8
170
  urllib3==2.4.0
171
+ uvicorn==0.34.0
172
  wasabi==1.1.3
173
  weasel==0.4.1
174
  Werkzeug==3.1.3
175
  wrapt==1.17.2
176
  yarl==1.19.0
177
  zipp==3.21.0
 
 
 
 
 
 
 
 
 
 
 
 
 
178
  # Force rebuild