From 2bbf09d044ef48ccc2d7c2116b852a6c08fe1a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 13:43:35 +0000 Subject: [PATCH] Update tensordict requirement 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/v0.8.0...v0.11.0) --- updated-dependencies: - dependency-name: tensordict dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d4f236..ad39b85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ pybind11 pylatexenc pre-commit ray[default] -tensordict>=0.8.0,<=0.10.0,!=0.9.0 +tensordict>=0.8.0,!=0.9.0,<=0.11.0 torchdata transformers # vllm==0.8.4