Skip to content

Commit

Permalink
make sure einops is set as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Aug 27, 2020
1 parent d167080 commit cac6492
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'kronecker-attention-pytorch',
packages = find_packages(),
version = '0.0.2',
version = '0.0.3',
license='MIT',
description = 'Kronecker Attention - Pytorch',
author = 'Phil Wang',
Expand All @@ -14,7 +14,8 @@
'attention mechanism'
],
install_requires=[
'torch'
'torch',
'einops'
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit cac6492

Please sign in to comment.