mlx/pyproject.toml
Cheng f9640e049d
Install mlx.dll into the same dir with python bindings on Windows (#1690)
* Install mlx.dll into the same dir with python bindings on Windows

* Set BUILD_SHARED_LIBS for dlfcn-win32

* Update cmake requirements to 3.25

* Fix cmake style
2024-12-13 19:50:39 -08:00

8 lines
128 B
TOML

[build-system]
requires = [
"setuptools>=42",
"nanobind==2.2.0",
"cmake>=3.25",
]
build-backend = "setuptools.build_meta"