Skip to content

Commit

Permalink
bump torch req
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Aug 19, 2024
1 parent 884ec97 commit d637fdc
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 = 'ema-pytorch',
packages = find_packages(exclude=[]),
version = '0.5.3',
version = '0.6.0',
license='MIT',
description = 'Easy way to keep track of exponential moving average version of your pytorch module',
author = 'Phil Wang',
Expand All @@ -16,7 +16,7 @@
'exponential moving average'
],
install_requires=[
'torch>=1.6',
'torch>=2.0',
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit d637fdc

Please sign in to comment.