Skip to content

Commit aecd499

Browse files
authored
Loosen transformers version pinning (#1493)
1 parent 286aa19 commit aecd499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies = [
5757
"scipy>=1.15.1",
5858
"setuptools>=78.1.1",
5959
"tabulate>=0.9.0",
60-
"transformers==4.57.6",
60+
"transformers>=4.57.6",
6161
"tqdm>=4.67.1",
6262
"uvicorn",
6363
"pip",

0 commit comments

Comments
 (0)