moustafa1-1 commited on
Commit
f78d4bb
·
verified ·
1 Parent(s): 6dc7ee2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -10
requirements.txt CHANGED
@@ -4,7 +4,7 @@ torch==2.1.0
4
  torchaudio==2.1.0
5
  transformers==4.35.2
6
  unidecode>=1.3.8
7
- librosa # Let pip resolve the version
8
 
9
  # core deps
10
  numpy==1.21.0
@@ -12,10 +12,10 @@ 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 # Commented out due to potential conflicts
16
  numba==0.48.0
17
  llvmlite>=0.31.0,<0.32.0
18
- # pynndescent==0.4 # Commented out due to numba conflict
19
  inflect>=7.5.0
20
  tqdm>=4.67.1
21
  anyascii>=0.3.2
@@ -29,7 +29,7 @@ flask>=3.1.0
29
  # deps for inference
30
  pysbd>=0.3.4
31
  # deps for notebooks
32
- # umap-learn>=0.5.7 # Commented out due to numba conflict
33
  pandas>=1.4,<2.0
34
  # deps for training
35
  matplotlib>=3.8.4
@@ -59,11 +59,11 @@ bnnumerizer==0.0.2
59
  bnunicodenormalizer==0.1.7
60
  #deps for tortoise
61
  einops==0.8.1
62
- # transformers==4.35.2 # Already included at the top
63
  #deps for bark
64
  encodec==0.1.1
65
  # deps for XTTS
66
- # unidecode>=1.3.8 # Already included at the top
67
  num2words==0.5.14
68
  spacy[ja]>=3
69
  # Additional dependencies from TTS requirements
@@ -93,7 +93,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 # Already included at the top
97
  filelock==3.18.0
98
  fonttools==4.57.0
99
  frozenlist==1.5.0
@@ -133,7 +133,7 @@ pycparser==2.22
133
  pydantic==1.10.21
134
  pydantic_core==2.33.1
135
  Pygments==2.19.1
136
- # pynndescent==0.4 # Already commented out
137
  pyparsing==3.2.3
138
  python-crfsuite==0.9.11
139
  python-dateutil==2.9.0.post0
@@ -167,9 +167,9 @@ 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 # Already included at the top
171
  urllib3==2.4.0
172
- # uvicorn==0.34.0 # Already included at the top
173
  wasabi==1.1.3
174
  weasel==0.4.1
175
  Werkzeug==3.1.3
 
4
  torchaudio==2.1.0
5
  transformers==4.35.2
6
  unidecode>=1.3.8
7
+ librosa
8
 
9
  # core deps
10
  numpy==1.21.0
 
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
  # 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
  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
  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
 
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
 
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