Skip to content

Commit 2fc6f7c

Browse files
authored
Merge pull request #49 from argmaxinc/arda/pin_mlx_0.17.3
Pin mlx==0.17.3
2 parents 54dd06c + 45e1144 commit 2fc6f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import find_packages, setup
44
from setuptools.command.install import install
55

6-
VERSION = "0.5.1"
6+
VERSION = "0.5.2"
77

88

99
class VersionInstallCommand(install):
@@ -29,7 +29,7 @@ def run(self):
2929
"argmaxtools>=0.1.13",
3030
"torch",
3131
"safetensors",
32-
"mlx>=0.17.1",
32+
"mlx==0.17.3",
3333
"jaxtyping",
3434
"transformers",
3535
"pillow",

0 commit comments

Comments
 (0)