From 75eeac0ff751e6cd7dd593e6f784f13d4101e662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 09:47:55 +0000 Subject: [PATCH] chore(deps): update tensordict requirement from <=0.6.2 to <=0.8.3 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.8.3) --- updated-dependencies: - dependency-name: tensordict dependency-version: 0.8.3 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 1ce8baf..ce0d249 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ pybind11 pylatexenc pre-commit ray[default] -tensordict<=0.6.2 +tensordict<=0.8.3 torchdata transformers # vllm==0.6.3.post1 diff --git a/requirements_sglang.txt b/requirements_sglang.txt index ac43c65..eca0b35 100644 --- a/requirements_sglang.txt +++ b/requirements_sglang.txt @@ -13,7 +13,7 @@ pyarrow>=15.0.0 pybind11 pylatexenc ray[default]>=2.10 -tensordict<=0.6.2 +tensordict<=0.8.3 torchdata torchvision transformers