mirror of
https://github.com/ml-explore/mlx.git
synced 2025-07-02 23:31:16 +08:00

* mostly builds * most tests pass * fix circle build * add back buffer protocol * includes * fix for py38 * limit to cpu device * include * fix stubs * move signatures for docs * stubgen + docs fix * doc for compiled function, comments
8 lines
209 B
TOML
8 lines
209 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"nanobind@git+https://github.com/wjakob/nanobind.git#egg=4148debcf91f5ccab0c3b8d67b5c3cabd61f407f",
|
|
"cmake>=3.24",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|