From 22af15c7f08f7e1a09fa682cd0d2cc99b5e870e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 23:19:04 +0000 Subject: [PATCH] Update tensordict requirement from <0.6 to <0.10 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.9.1) --- updated-dependencies: - dependency-name: tensordict dependency-version: 0.9.1 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 861d649..f8f747d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ pyarrow>=15.0.0 pybind11 pylatexenc ray[default] -tensordict<0.6 +tensordict<0.10 torchdata transformers # vllm==0.6.3.post1