From 1f8c9d4480c801d4cd4c35bec1bd8d9c1d1fe07f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 05:52:52 +0000 Subject: [PATCH] Bump transformers in /clef25/text-detoxification/evaluation --- updated-dependencies: - dependency-name: transformers dependency-version: 4.51.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- clef25/text-detoxification/evaluation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clef25/text-detoxification/evaluation/requirements.txt b/clef25/text-detoxification/evaluation/requirements.txt index 1051111..b04a2eb 100644 --- a/clef25/text-detoxification/evaluation/requirements.txt +++ b/clef25/text-detoxification/evaluation/requirements.txt @@ -1,5 +1,5 @@ sentence-transformers==2.6.1 -transformers==4.50.0 +transformers==4.51.0 unbabel_comet==2.2.1 pandas==2.2.2 pydantic==2.9.2