Skip to content

Commit eacb720

Browse files
committed
enforce latest einops
1 parent 128c8b9 commit eacb720

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
@@ -4,7 +4,7 @@
44
name = 'dalle-pytorch',
55
packages = find_packages(),
66
include_package_data = True,
7-
version = '1.0.6',
7+
version = '1.0.7',
88
license='MIT',
99
description = 'DALL-E - Pytorch',
1010
author = 'Phil Wang',
@@ -19,7 +19,7 @@
1919
install_requires=[
2020
'axial_positional_embedding',
2121
'DALL-E',
22-
'einops>=0.3',
22+
'einops>=0.3.2',
2323
'ftfy',
2424
'g-mlp-pytorch',
2525
'pillow',

0 commit comments

Comments
 (0)