From b733452878fbd559b1274a7d4d60cb6c66ebd4e2 Mon Sep 17 00:00:00 2001 From: filipstrand Date: Mon, 17 Feb 2025 20:41:01 +0100 Subject: [PATCH] Temporarily cap mlx at <0.23.0 until tests pass --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 315c650..389394b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ requires-python = ">=3.10" dependencies = [ "huggingface-hub>=0.24.5,<1.0", "matplotlib>=3.9.2,<4.0", - "mlx>=0.22.0,<1.0", + "mlx>=0.22.0,<0.23.0", "numpy>=2.0.1,<3.0", "opencv-python>=4.10.0,<5.0", "piexif>=1.1.3,<2.0",