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
This commit is contained in:
Cheng
2024-12-14 12:50:39 +09:00
committed by GitHub
parent 4768c61b57
commit f9640e049d
5 changed files with 12 additions and 6 deletions

View File

@@ -2,6 +2,6 @@
requires = [
"setuptools>=42",
"nanobind==2.2.0",
"cmake>=3.24",
"cmake>=3.25",
]
build-backend = "setuptools.build_meta"