Skip to content

Commit cb22cbb

Browse files
committed
update to einops 0.4, which is torchscript jit friendly
1 parent 6db20de commit cb22cbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name = 'vit-pytorch',
55
packages = find_packages(exclude=['examples']),
6-
version = '0.27.0',
6+
version = '0.27.1',
77
license='MIT',
88
description = 'Vision Transformer (ViT) - Pytorch',
99
author = 'Phil Wang',
@@ -15,7 +15,7 @@
1515
'image recognition'
1616
],
1717
install_requires=[
18-
'einops>=0.3',
18+
'einops>=0.4.1',
1919
'torch>=1.6',
2020
'torchvision'
2121
],

0 commit comments

Comments
 (0)