mirror of
https://github.com/ml-explore/mlx.git
synced 2025-10-20 01:18:12 +08:00
Fix docs latex build and nits (#1297)
* fix docs latex build and nits * fix stub gen and try to clean up building
This commit is contained in:
10
setup.py
10
setup.py
@@ -175,8 +175,14 @@ if __name__ == "__main__":
|
||||
package_data=package_data,
|
||||
include_package_data=True,
|
||||
extras_require={
|
||||
"testing": ["numpy", "torch"],
|
||||
"dev": ["pre-commit"],
|
||||
"dev": [
|
||||
"nanobind@git+https://github.com/wjakob/nanobind.git@2f04eac452a6d9142dedb957701bdb20125561e4",
|
||||
"numpy",
|
||||
"pre-commit",
|
||||
"setuptools>=42",
|
||||
"torch",
|
||||
"typing_extensions",
|
||||
],
|
||||
},
|
||||
ext_modules=[CMakeExtension("mlx.core")],
|
||||
cmdclass={"build_ext": CMakeBuild, "generate_stubs": GenerateStubs},
|
||||
|
Reference in New Issue
Block a user