Skip to content

Commit 325bb96

Browse files
chore(deps): update tensordict requirement from <0.6 to <0.8
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.7.1) --- updated-dependencies: - dependency-name: tensordict dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f916143 commit 325bb96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
"pybind11",
4343
"pylatexenc",
4444
"ray>=2.10",
45-
"tensordict<0.6",
45+
"tensordict<0.8",
4646
"transformers",
4747
"vllm<=0.6.3",
4848
'wandb',

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pyarrow>=15.0.0
1313
pybind11
1414
pylatexenc
1515
ray[data,train,tune,serve]
16-
tensordict<0.6
16+
tensordict<0.8
1717
transformers
1818
vllm<=0.6.3
1919
wandb

0 commit comments

Comments
 (0)