From a785cdfd47eb3763f58dcb092090dbcf24c14a28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 21:29:04 +0000 Subject: [PATCH] build(deps): 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.10.0) --- updated-dependencies: - dependency-name: tensordict dependency-version: 0.10.0 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 7d03869..78d204c 100644 --- a/requirements-npu.txt +++ b/requirements-npu.txt @@ -10,7 +10,7 @@ peft pyarrow>=15.0.0 pybind11 pylatexenc -tensordict>=0.8.0,<=0.9.1,!=0.9.0 +tensordict>=0.8.0,!=0.9.0,<=0.10.0 transformers==4.52.4 ray==2.46.0 wandb diff --git a/requirements.txt b/requirements.txt index 31459e6..0b7d2d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ pybind11 pylatexenc pre-commit ray[default] -tensordict>=0.8.0,<=0.9.1,!=0.9.0 +tensordict>=0.8.0,!=0.9.0,<=0.10.0 torchdata transformers # vllm==0.8.4 diff --git a/requirements_sglang.txt b/requirements_sglang.txt index ce9e7d5..9b8749c 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.8.0,<=0.9.1,!=0.9.0 +tensordict>=0.8.0,!=0.9.0,<=0.10.0 torchdata torchvision transformers