Skip to content

Commit c098698

Browse files
committed
fix(diffusers): pin compel version
Some tests are failing with compel>=2.2.0
1 parent a254645 commit c098698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ diffusers = [
102102
"peft==0.17.0",
103103
]
104104
diffusers-tests = [
105-
"compel",
105+
"compel==2.1.1",
106106
]
107107
sentence-transformers = [
108108
"sentence-transformers >= 2.2.0",

0 commit comments

Comments
 (0)