From e74fc09e37c67453ec0b50ca3a93bbf2e60944ca Mon Sep 17 00:00:00 2001 From: Laurent Date: Thu, 3 Jul 2025 09:51:48 +0200 Subject: [PATCH] Pin the moshi_mlx version. --- scripts/tts_mlx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tts_mlx.py b/scripts/tts_mlx.py index 9d89295..8b10713 100644 --- a/scripts/tts_mlx.py +++ b/scripts/tts_mlx.py @@ -2,7 +2,7 @@ # requires-python = ">=3.12" # dependencies = [ # "huggingface_hub", -# "moshi_mlx @ git+https://git@github.com/kyutai-labs/moshi#egg=moshi_mlx&subdirectory=moshi_mlx", +# "moshi_mlx==0.2.9", # "numpy", # "sounddevice", # ]