mirror of https://github.com/coqui-ai/TTS.git
build: add upper bound for transformers
4.43.* broke XTTS streaming again
This commit is contained in:
parent
b1558b06d7
commit
7014782ad4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue