Skip to content

Commit

Permalink
Update transformers requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [transformers](https://github.com/huggingface/transformers) to permit the latest version.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.19.0...v4.47.0)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 0c2c1ff commit 6029fbd
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 @@ -37,7 +37,7 @@ dependencies = [
"tokenizers >= 0.10, < 0.20",
"tomli",
"torch >= 2.0, < 2.4",
"transformers >= 4.19.0, < 4.41.0, != 4.23.0, != 4.23.1",
"transformers >= 4.19.0, != 4.23.0, != 4.23.1, < 4.48.0",
]


Expand Down

0 comments on commit 6029fbd

Please sign in to comment.