From 16e9fa5e620619639242186a38f2875c8d1e6121 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 05:26:20 +0000 Subject: [PATCH] Update transformers requirement from <4.48 to <4.52 Updates the requirements on [transformers](https://github.com/huggingface/transformers) to permit the latest version. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/0.1.2...v4.51.3) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.51.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 84babdbf..1901edd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "pybind11", "ray", "tensordict", - "transformers<4.48", + "transformers<4.52", "vllm<=0.6.3", ] diff --git a/requirements.txt b/requirements.txt index 2bf1d121..cec5b2be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ pandas pybind11 ray tensordict<0.6 -transformers<4.48 +transformers<4.52 vllm<=0.6.3 wandb IPython