From 8cd494f8ea6ed26dffe4352528525f1b27a35835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Jun 2025 14:09:32 +0000 Subject: [PATCH] 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-npu.txt | 2 +- requirements.txt | 2 +- requirements_sglang.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-npu.txt b/requirements-npu.txt index 601e8f9f..60b4849b 100644 --- a/requirements-npu.txt +++ b/requirements-npu.txt @@ -11,7 +11,7 @@ pyarrow>=15.0.0 pybind11 pylatexenc ray -tensordict<=0.6.2 +tensordict<=0.8.3 transformers>=4.52.0 wandb mathruler diff --git a/requirements.txt b/requirements.txt index 3d2d80e2..afe6eadb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ pybind11 pylatexenc pre-commit ray[default] -tensordict<=0.6.2 +tensordict<=0.8.3 torchdata transformers==4.51.1 # vllm==0.8.4 diff --git a/requirements_sglang.txt b/requirements_sglang.txt index 57d5e0be..bbbf2c86 100644 --- a/requirements_sglang.txt +++ b/requirements_sglang.txt @@ -12,7 +12,7 @@ pyarrow>=19.0.0 pybind11 pylatexenc ray[default]>=2.10 -tensordict<=0.6.2 +tensordict<=0.8.3 torchdata torchvision transformers