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.42.3...v4.48.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent d0f7d86 commit 8a5aada
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 @@ -47,7 +47,7 @@ dependencies = [
"sqlalchemy>=2,<3",
"timm>0.9,<2", # dependency for Hugging Face computer vision models
"torch>=2.2,<3",
"transformers>=4.42.3,<=4.47.1",
"transformers>=4.42.3,<=4.48.1",
"xhtml2pdf", # Convert html to PDF files
]
classifiers = [
Expand Down

0 comments on commit 8a5aada

Please sign in to comment.