Skip to content

Commit

Permalink
Merge pull request #12 from eginhard/remove-deps
Browse files Browse the repository at this point in the history
build: remove unused dependencies
  • Loading branch information
eginhard authored Mar 10, 2024
2 parents d80f7f4 + 24cf471 commit 8200986
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ torch>=2.1
torchaudio
soundfile>=0.12.0
librosa>=0.10.0
scikit-learn>=1.3.0
numba>=0.57.0;python_version>="3.9"
numba>=0.57.0
inflect>=5.6.0
tqdm>=4.64.1
anyascii>=0.3.0
pyyaml>=6.0
fsspec>=2023.6.0 # <= 2023.9.1 makes aux tests fail
aiohttp>=3.8.1
fsspec[http]>=2023.6.0 # <= 2023.9.1 makes aux tests fail
packaging>=23.1
mutagen==1.47.0
# deps for examples
Expand All @@ -38,7 +36,6 @@ hangul_romanize
gruut[de,es,fr]==2.2.3
# deps for korean
jamo
nltk
g2pkk>=0.1.1
# deps for bangla
bangla
Expand All @@ -50,6 +47,5 @@ transformers>=4.33.0
#deps for bark
encodec>=0.1.1
# deps for XTTS
unidecode>=1.3.2
num2words
spacy[ja]>=3

0 comments on commit 8200986

Please sign in to comment.