We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ad2f2 commit a331652Copy full SHA for a331652
deep_daze/version.py
@@ -1 +1 @@
1
-__version__ = '0.2.8'
+__version__ = '0.2.9'
setup.py
@@ -27,11 +27,12 @@
27
'text to image'
28
],
29
install_requires=[
30
- 'torch>=1.7.1',
31
'einops>=0.3',
32
'fire',
33
'ftfy',
34
'siren-pytorch>=0.0.7',
+ 'torch>=1.7.1',
35
+ 'torchvision>=0.8.2',
36
'tqdm',
37
'regex'
38
0 commit comments