From b2b4ccdb87bb4d7437ea76de00fc33ce1d61382f Mon Sep 17 00:00:00 2001 From: Julian Risch Date: Tue, 13 Jun 2023 10:13:39 +0200 Subject: [PATCH] build: Upgrade transformers to v4.30.1 (#5120) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ca3082f2..676800d9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ classifiers = [ dependencies = [ "requests", "pydantic", - "transformers[torch,sentencepiece]==4.29.1", + "transformers[torch,sentencepiece]==4.30.1", "pandas", "rank_bm25", "scikit-learn>=1.0.0", # TF-IDF, SklearnQueryClassifier and metrics