diff --git a/pyproject.toml b/pyproject.toml index bbe23be..1e0fe94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev = [ "setuptools>=68.0", "wheel", ] -mlx = ["mlx-lm>=0.31.0", "huggingface-hub>=0.34.0,<2.0.0"] +mlx = ["mlx-lm>=0.31.3", "huggingface-hub>=0.34.0,<2.0.0"] vision = ["mlx-vlm>=0.6.4,<0.7.0", "huggingface-hub>=0.34.0,<2.0.0"] audio = ["soundfile>=0.12.0", "numpy>=1.24.0"]