From fe7b4657be1a737bacd291888d8b0aede96d61dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 08:14:32 +0000 Subject: [PATCH] Update tensordict requirement from <=0.6.2 to <=0.10.0 Updates the requirements on [tensordict](https://github.com/pytorch/tensordict) to permit the latest version. - [Release notes](https://github.com/pytorch/tensordict/releases) - [Commits](https://github.com/pytorch/tensordict/compare/0.0.1b...v0.10.0) --- updated-dependencies: - dependency-name: tensordict dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_sglang.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a4eb9cb..e1c60b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ pybind11 pylatexenc pre-commit ray[default] -tensordict<=0.6.2 +tensordict<=0.10.0 torchdata transformers # vllm==0.6.3.post1 diff --git a/requirements_sglang.txt b/requirements_sglang.txt index f199635..2df625b 100644 --- a/requirements_sglang.txt +++ b/requirements_sglang.txt @@ -12,7 +12,7 @@ pyarrow>=15.0.0 pybind11 pylatexenc ray[default]>=2.10 -tensordict<=0.6.2 +tensordict<=0.10.0 torchdata torchvision transformers