Skip to content

Commit 4446f64

Browse files
committed
chore(cli): avoid buggy transformers version.
1 parent 82ea54d commit 4446f64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"tree-sitter",
1616
"tree-sitter-language-pack",
1717
"pygments",
18-
"transformers>=4.36.0",
18+
"transformers>=4.36.0,!=4.51.0",
1919
"wheel<0.46.0",
2020
]
2121
requires-python = ">=3.11,<3.14"

0 commit comments

Comments
 (0)