Install docs + python versions (#53)

* install + python versions

* add link in install docs

* add link
This commit is contained in:
Awni Hannun
2023-12-07 07:29:17 -08:00
committed by GitHub
parent 43e336cff2
commit dfbc52ce56
3 changed files with 27 additions and 2 deletions

View File

@@ -14,5 +14,5 @@ if __name__ == "__main__":
package_dir={"": "."},
package_data={"mlx_sample_extensions": ["*.so", "*.dylib", "*.metallib"]},
zip_safe=False,
python_requires=">=3.7",
python_requires=">=3.8",
)