Skip to content

Commit

Permalink
update dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jan 12, 2025
1 parent f844df1 commit efbec45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lightweight_gan/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.0'
__version__ = '1.2.1'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
],
install_requires=[
'adabelief-pytorch',
'einops>=0.3',
'einops>=0.8.0',
'fire',
'kornia>=0.5.4',
'numpy',
'pillow',
'retry',
'torch>=1.10',
'torch>=2.2',
'torchvision',
'tqdm'
],
Expand Down

0 comments on commit efbec45

Please sign in to comment.