mirror of
https://github.com/ml-explore/mlx.git
synced 2024-09-15 10:04:00 +02:00
8 lines
128 B
TOML
8 lines
128 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"nanobind==2.1.0",
|
|
"cmake>=3.24",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|