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.44.2...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 5, 2024
1 parent eb0b6b3 commit db24fa8
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 @@ -36,7 +36,7 @@ classifiers = [
dependencies = [
"supervision>=0.24,<0.27",
"requests>=2.31.0,<=2.32.3",
"transformers>=4.44.2,<4.46.0",
"transformers>=4.44.2,<4.48.0",
"torch~=2.4.0",
"accelerate>=0.33,<1.1",
"sentencepiece~=0.2.0",
Expand Down

0 comments on commit db24fa8

Please sign in to comment.