From 61dea664727f1dfe9d3254def83a4a4fbf080781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 05:28:50 +0000 Subject: [PATCH] build(deps): Update trl requirement from <0.18,>=0.13 to >=0.13,<0.19 Updates the requirements on [trl](https://github.com/huggingface/trl) to permit the latest version. - [Release notes](https://github.com/huggingface/trl/releases) - [Commits](https://github.com/huggingface/trl/compare/v0.13.0...v0.18.1) --- updated-dependencies: - dependency-name: trl dependency-version: 0.18.1 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 da1a9e7b0d..938ad3ea21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "sentencepiece>=0.1.99,<0.3", "tokenizers>=0.13.3,<1.0", "tqdm>=4.66.2,<5.0", -"trl>=0.13,<0.18", +"trl>=0.13,<0.19", "peft>=0.8.0,<=0.14", "protobuf>=5.28.0,<6.0.0", "datasets>=3.5.0,<4.0",