Skip to content

Commit ac99e93

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.10.0) --- updated-dependencies: - dependency-name: tensordict dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4714111 commit ac99e93

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
@@ -10,7 +10,7 @@ peft
1010
pyarrow>=15.0.0
1111
pybind11
1212
pylatexenc
13-
tensordict>=0.8.0,<=0.9.1,!=0.9.0
13+
tensordict>=0.8.0,!=0.9.0,<=0.10.0
1414
transformers==4.52.4
1515
ray==2.46.0
1616
wandb

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.8.0,<=0.9.1,!=0.9.0
17+
tensordict>=0.8.0,!=0.9.0,<=0.10.0
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.8.0,<=0.9.1,!=0.9.0
15+
tensordict>=0.8.0,!=0.9.0,<=0.10.0
1616
torchdata
1717
torchvision
1818
transformers

0 commit comments

Comments
 (0)