Skip to content

Commit 1512c9b

Browse files
committed
update to latest cfg library with better higher guidance
1 parent 0acca12 commit 1512c9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name = 'robotic-transformer-pytorch',
55
packages = find_packages(exclude=[]),
6-
version = '0.2.2',
6+
version = '0.2.3',
77
license='MIT',
88
description = 'Robotic Transformer - Pytorch',
99
author = 'Phil Wang',
@@ -18,7 +18,7 @@
1818
'robotics'
1919
],
2020
install_requires=[
21-
'classifier-free-guidance-pytorch>=0.4.0',
21+
'classifier-free-guidance-pytorch>=0.7.1',
2222
'einops>=0.8',
2323
'torch>=2.0',
2424
],

0 commit comments

Comments
 (0)