Skip to content

Commit 6afc5f8

Browse files
build(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](pytorch/tensordict@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] <[email protected]>
1 parent c5bc81b commit 6afc5f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements-npu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pyarrow>=15.0.0
1111
pybind11
1212
pylatexenc
1313
ray
14-
tensordict<=0.6.2
14+
tensordict<=0.8.3
1515
transformers>=4.52.0
1616
wandb
1717
mathruler

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pybind11
1414
pylatexenc
1515
pre-commit
1616
ray[default]
17-
tensordict<=0.6.2
17+
tensordict<=0.8.3
1818
torchdata
1919
transformers
2020
# 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.6.2
15+
tensordict<=0.8.3
1616
torchdata
1717
torchvision
1818
transformers

0 commit comments

Comments
 (0)