Skip to content

Commit

Permalink
Update transformers requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent 86098d8 commit 322f624
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.0",
"transformers>=4.42.3,<=4.47.1",
"xhtml2pdf", # Convert html to PDF files
]
classifiers = [
Expand Down

0 comments on commit 322f624

Please sign in to comment.