Skip to content

Commit

Permalink
Add einops installation to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gahdritz committed Jul 3, 2022
1 parent f66603c commit 440e9c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,9 @@ def append_nvcc_threads(nvcc_extra_args):
],
ext_modules=ext_modules,
cmdclass={"build_ext": BuildExtension} if ext_modules else {},
python_requires=">=3.7"
python_requires=">=3.7",
install_requires=[
"torch",
"einops",
],
)

0 comments on commit 440e9c4

Please sign in to comment.