mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-24 09:21:16 +08:00

* start to fix extensions * mostly fixed extensions * fix extension build * couple more nits
9 lines
225 B
TOML
9 lines
225 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"cmake>=3.24",
|
|
"mlx>=0.9.0",
|
|
"nanobind@git+https://github.com/wjakob/nanobind.git#egg=4148debcf91f5ccab0c3b8d67b5c3cabd61f407f",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|