Files
mlx/pyproject.toml

8 lines
209 B
TOML
Raw Permalink Normal View History

2023-11-29 10:52:08 -08:00
[build-system]
requires = [
"setuptools>=42",
"nanobind@git+https://github.com/wjakob/nanobind.git#egg=4148debcf91f5ccab0c3b8d67b5c3cabd61f407f",
"cmake>=3.24",
]
2023-11-29 10:52:08 -08:00
build-backend = "setuptools.build_meta"