Skip to content

Commit a331652

Browse files
committed
update dep
1 parent b3ad2f2 commit a331652

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

deep_daze/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.8'
1+
__version__ = '0.2.9'

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@
2727
'text to image'
2828
],
2929
install_requires=[
30-
'torch>=1.7.1',
3130
'einops>=0.3',
3231
'fire',
3332
'ftfy',
3433
'siren-pytorch>=0.0.7',
34+
'torch>=1.7.1',
35+
'torchvision>=0.8.2',
3536
'tqdm',
3637
'regex'
3738
],

0 commit comments

Comments
 (0)