From e5086bcfe0683ff5239c0931b92c1e5d19586a78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 16:38:51 +0000 Subject: [PATCH] build(deps): Update trl requirement Updates the requirements on [trl](https://github.com/huggingface/trl) to permit the latest version. - [Release notes](https://github.com/huggingface/trl/releases) - [Changelog](https://github.com/huggingface/trl/blob/main/RELEASE.md) - [Commits](https://github.com/huggingface/trl/compare/v0.19.1...v0.24.0) --- updated-dependencies: - dependency-name: trl dependency-version: 0.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bdabf52e4..083783b4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "sentencepiece>=0.1.99,<0.3", "tokenizers<=0.22", "tqdm>=4.66.2,<5.0", -"trl>=0.19.1,<0.20.0", +"trl>=0.19.1,<0.25.0", "peft==0.18.0rc0", "datasets>=4.0.0,<5.0.0", "simpleeval>=0.9.13,<2.0",