Merge pull request #12 from eginhard/remove-deps

build: remove unused dependencies
This commit is contained in:
Enno Hermann 2024-03-10 11:15:33 +01:00 committed by GitHub
commit 8200986870
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 6 deletions

View File

@ -7,14 +7,12 @@ torch>=2.1
torchaudio torchaudio
soundfile>=0.12.0 soundfile>=0.12.0
librosa>=0.10.0 librosa>=0.10.0
scikit-learn>=1.3.0 numba>=0.57.0
numba>=0.57.0;python_version>="3.9"
inflect>=5.6.0 inflect>=5.6.0
tqdm>=4.64.1 tqdm>=4.64.1
anyascii>=0.3.0 anyascii>=0.3.0
pyyaml>=6.0 pyyaml>=6.0
fsspec>=2023.6.0 # <= 2023.9.1 makes aux tests fail fsspec[http]>=2023.6.0 # <= 2023.9.1 makes aux tests fail
aiohttp>=3.8.1
packaging>=23.1 packaging>=23.1
mutagen==1.47.0 mutagen==1.47.0
# deps for examples # deps for examples
@ -38,7 +36,6 @@ hangul_romanize
gruut[de,es,fr]==2.2.3 gruut[de,es,fr]==2.2.3
# deps for korean # deps for korean
jamo jamo
nltk
g2pkk>=0.1.1 g2pkk>=0.1.1
# deps for bangla # deps for bangla
bangla bangla
@ -50,6 +47,5 @@ transformers>=4.33.0
#deps for bark #deps for bark
encodec>=0.1.1 encodec>=0.1.1
# deps for XTTS # deps for XTTS
unidecode>=1.3.2
num2words num2words
spacy[ja]>=3 spacy[ja]>=3