Skip to content

Commit

Permalink
fix issue in ema-pytorch
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Nov 29, 2022
1 parent 25105be commit 918e1b1
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 @@ -3,7 +3,7 @@
setup(
name = 'phenaki-pytorch',
packages = find_packages(exclude=[]),
version = '0.0.39',
version = '0.0.40',
license='MIT',
description = 'Phenaki - Pytorch',
author = 'Phil Wang',
Expand All @@ -21,7 +21,7 @@
'accelerate',
'beartype',
'einops>=0.6',
'ema-pytorch>=0.1.0',
'ema-pytorch>=0.1.1',
'opencv-python',
'pillow',
'numpy',
Expand Down

0 comments on commit 918e1b1

Please sign in to comment.