build: add upper bound for transformers

4.43.* broke XTTS streaming again
This commit is contained in:
Enno Hermann 2024-08-05 10:28:03 +02:00
parent b1558b06d7
commit 7014782ad4
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ dependencies = [
"gruut[de,es,fr]>=2.4.0",
# Tortoise
"einops>=0.6.0",
"transformers>=4.42.0",
"transformers>=4.42.0,<4.43.0",
# Bark
"encodec>=0.1.1",
# XTTS