We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db20de commit cb22cbbCopy full SHA for cb22cbb
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name = 'vit-pytorch',
5
packages = find_packages(exclude=['examples']),
6
- version = '0.27.0',
+ version = '0.27.1',
7
license='MIT',
8
description = 'Vision Transformer (ViT) - Pytorch',
9
author = 'Phil Wang',
@@ -15,7 +15,7 @@
15
'image recognition'
16
],
17
install_requires=[
18
- 'einops>=0.3',
+ 'einops>=0.4.1',
19
'torch>=1.6',
20
'torchvision'
21
0 commit comments