fix compel version in pyproject.toml

This commit is contained in:
mauwii 2023-02-26 22:08:07 +01:00
parent 282ba201d2
commit 8dc56471ef
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

View File

@ -32,7 +32,7 @@ dependencies = [
"albumentations", "albumentations",
"click", "click",
"clip_anytorch", "clip_anytorch",
"compel>=0.1.6", "compel==0.1.7",
"datasets", "datasets",
"diffusers[torch]~=0.13", "diffusers[torch]~=0.13",
"dnspython==2.2.1", "dnspython==2.2.1",