mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-24 01:17:26 +08:00
8 lines
128 B
TOML
8 lines
128 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"nanobind==2.4.0",
|
|
"cmake>=3.25",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|