Unverified Commit 01947bc9 authored by Tri Dao's avatar Tri Dao Committed by GitHub
Browse files

Merge pull request #18 from gahdritz/main

Slightly improve installation process
parents f66603cb af4a9ce0
......@@ -168,5 +168,9 @@ setup(
],
ext_modules=ext_modules,
cmdclass={"build_ext": BuildExtension} if ext_modules else {},
python_requires=">=3.7"
python_requires=">=3.7",
install_requires=[
"torch",
"einops",
],
)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment