diff --git a/setup.py b/setup.py index 3162754..c27e090 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,6 @@ install_requires = [ "progressbar", "einops", "unidecode", - "entmax", "scipy", "librosa" ] @@ -19,4 +18,4 @@ setup( name="tortoise_tts", packages=['tortoise_tts'], install_requires=install_requires, -) \ No newline at end of file +)