Commit bb303c4 1 parent 6f7986d commit bb303c4 Copy full SHA for bb303c4
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ option(MLX_METAL_JIT "Use JIT compilation for Metal kernels" OFF)
24
24
option (BUILD_SHARED_LIBS "Build mlx as a shared library" OFF )
25
25
26
26
if (NOT MLX_VERSION)
27
- set (MLX_VERSION 0.20 .0)
27
+ set (MLX_VERSION 0.21 .0)
28
28
endif ()
29
29
30
30
# --------------------- Processor tests -------------------------
Original file line number Diff line number Diff line change 1
1
setuptools >= 42
2
2
cmake >= 3.24
3
- mlx >= 0.18.1
3
+ mlx >= 0.21.0
4
4
nanobind == 2.2.0
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ def run(self) -> None:
165
165
166
166
setup (
167
167
name = "mlx" ,
168
- version = get_version ("0.20 .0" ),
168
+ version = get_version ("0.21 .0" ),
169
169
author = "MLX Contributors" ,
170
170
author_email = "mlx@group.apple.com" ,
171
171
description = "A framework for machine learning on Apple silicon." ,
You can’t perform that action at this time.
0 commit comments