mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-24 09:21:16 +08:00
9 lines
221 B
TOML
9 lines
221 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"cmake>=3.24",
|
|
"mlx>=0.9.0",
|
|
"nanobind@git+https://github.com/wjakob/nanobind.git@2f04eac452a6d9142dedb957701bdb20125561e4",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|