Skip to content

Commit

Permalink
enforce latest einops
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Sep 1, 2021
1 parent 128c8b9 commit eacb720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name = 'dalle-pytorch',
packages = find_packages(),
include_package_data = True,
version = '1.0.6',
version = '1.0.7',
license='MIT',
description = 'DALL-E - Pytorch',
author = 'Phil Wang',
Expand All @@ -19,7 +19,7 @@
install_requires=[
'axial_positional_embedding',
'DALL-E',
'einops>=0.3',
'einops>=0.3.2',
'ftfy',
'g-mlp-pytorch',
'pillow',
Expand Down

0 comments on commit eacb720

Please sign in to comment.