Commit 440e9c49 authored by Gustaf's avatar Gustaf
Browse files

Add einops installation to setup.py

parent f66603cb
......@@ -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