Skip to content

Commit 30d8e69

Browse files
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](pytorch/tensordict@v0.8.0...v0.12.2) --- updated-dependencies: - dependency-name: tensordict dependency-version: 0.12.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc225d4 commit 30d8e69

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements-npu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ peft>=0.15.2
1010
pyarrow>=15.0.0
1111
pybind11
1212
pylatexenc
13-
tensordict>=0.8.0,<=0.10.0,!=0.9.0
13+
tensordict!=0.9.0,<=0.12.2,>=0.12.2
1414
ray[default]
1515
wandb
1616
mathruler

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pybind11
1313
pylatexenc
1414
pre-commit
1515
ray[default]
16-
tensordict>=0.8.0,<=0.10.0,!=0.9.0
16+
tensordict!=0.9.0,<=0.12.2,>=0.12.2
1717
torchdata
1818
transformers
1919
# vllm==0.8.4

requirements_sglang.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pyarrow>=19.0.0
1212
pybind11
1313
pylatexenc
1414
ray[default]>=2.10
15-
tensordict>=0.8.0,<=0.10.0,!=0.9.0
15+
tensordict!=0.9.0,<=0.12.2,>=0.12.2
1616
torchdata
1717
torchvision
1818
transformers

0 commit comments

Comments
 (0)