Skip to content

Commit

Permalink
Restrict 'transformers' to a working version
Browse files Browse the repository at this point in the history
  • Loading branch information
fkodom committed May 9, 2024
1 parent 7a69d44 commit 5267b1a
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 @@ -44,7 +44,7 @@ test = [
]
t5 = [
"sentencepiece",
"transformers>=4.5.0",
"transformers>=4.5.0,<4.32",
]

[project.scripts]
Expand Down

0 comments on commit 5267b1a

Please sign in to comment.