Skip to content

Commit

Permalink
build: add upper bound for transformers
Browse files Browse the repository at this point in the history
4.43.* broke XTTS streaming again
  • Loading branch information
eginhard committed Aug 5, 2024
1 parent b1558b0 commit 7014782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7014782

Please sign in to comment.