From c3979410bd7130995281c9cb5650055632c2e069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 08:04:54 +0000 Subject: [PATCH] Update transformers requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf34266..73ba731 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.46.3", + "transformers>=4.42.3,<=4.47.0", "xhtml2pdf", # Convert html to PDF files ] classifiers = [