Require mlx >= v0.22.0

This commit is contained in:
filipstrand 2025-02-12 22:08:46 +01:00
parent e3b2a65aa6
commit a26277a7dd

View File

@ -15,7 +15,7 @@ requires-python = ">=3.10"
dependencies = [
"huggingface-hub>=0.24.5,<1.0",
"matplotlib>=3.9.2,<4.0",
"mlx>=0.20.0,<1.0",
"mlx>=0.22.0,<1.0",
"numpy>=2.0.1,<3.0",
"opencv-python>=4.10.0,<5.0",
"piexif>=1.1.3,<2.0",