upgrade to compel 0.1.7

This commit is contained in:
Lincoln Stein 2023-02-23 07:06:40 -05:00
parent b3d03e1146
commit 46729efe95
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__='2.3.1+rc2'
__version__='2.3.1+rc3'

View File

@ -38,7 +38,7 @@ dependencies = [
"albumentations",
"click",
"clip_anytorch", # replacing "clip @ https://github.com/openai/CLIP/archive/eaa22acb90a5876642d0507623e859909230a52d.zip",
"compel>=0.1.6",
"compel==0.1.7",
"datasets",
"diffusers[torch]~=0.13",
"dnspython==2.2.1",