diff --git a/requirements.txt b/requirements.txt index 752855b6a2c5fefbe2e55bd2415062a94237fb4e..24ba6434d116e37e88030d958ada90f56003a65e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ parler_tts @ git+https://github.com/huggingface/parler-tts.git melotts @ git+https://github.com/andimarafioti/MeloTTS.git#egg=MeloTTS # made a copy of MeloTTS to have compatible versions of transformers torch==2.4.0 sounddevice==0.5.0 -lightning-whisper-mlx==0.0.10 -mlx-lm==0.17.0 \ No newline at end of file +lightning-whisper-mlx>=0.0.10 +mlx-lm>=0.14.0 \ No newline at end of file