From 06c4b27c8d68b059ac65a7b44806da7dff4fd373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 19:05:31 +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.12.1) --- updated-dependencies: - dependency-name: tensordict dependency-version: 0.12.1 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 ae9ed11..637398d 100644 --- a/requirements-npu.txt +++ b/requirements-npu.txt @@ -10,7 +10,7 @@ peft>=0.15.2 pyarrow>=15.0.0 pybind11 pylatexenc -tensordict>=0.8.0,<=0.10.0,!=0.9.0 +tensordict>=0.8.0,!=0.9.0,<=0.12.1 transformers==4.52.4 ray==2.46.0 wandb diff --git a/requirements.txt b/requirements.txt index 9d4f236..56df2c2 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.12.1 torchdata transformers # vllm==0.8.4 diff --git a/requirements_sglang.txt b/requirements_sglang.txt index 113bca0..a4cf6d5 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.10.0,!=0.9.0 +tensordict>=0.8.0,!=0.9.0,<=0.12.1 torchdata torchvision transformers