Skip to content

Commit

Permalink
enforce latest classifier free guidance repo version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Mar 8, 2023
1 parent 0a2083b commit f9c335c
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 = 'robotic-transformer-pytorch',
packages = find_packages(exclude=[]),
version = '0.0.14',
version = '0.0.16',
license='MIT',
description = 'Robotic Transformer - Pytorch',
author = 'Phil Wang',
Expand All @@ -18,7 +18,7 @@
'robotics'
],
install_requires=[
'classifier-free-guidance-pytorch>=0.0.23',
'classifier-free-guidance-pytorch>=0.1.4',
'einops>=0.6',
'torch>=1.6',
],
Expand Down

0 comments on commit f9c335c

Please sign in to comment.