mirror of
https://github.com/ml-explore/mlx.git
synced 2025-10-20 09:33:16 +08:00
4
setup.py
4
setup.py
@@ -145,9 +145,7 @@ if __name__ == "__main__":
|
||||
package_dir=package_dir,
|
||||
package_data=package_data,
|
||||
include_package_data=True,
|
||||
extras_require={
|
||||
"testing": ["numpy", "torch"]
|
||||
},
|
||||
extras_require={"testing": ["numpy", "torch"]},
|
||||
ext_modules=[CMakeExtension("mlx.core")],
|
||||
cmdclass={"build_ext": CMakeBuild},
|
||||
zip_safe=False,
|
||||
|
Reference in New Issue
Block a user