From 325bb96eaa4c27510eac701010131f68e0384a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 03:10:04 +0000 Subject: [PATCH] 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](https://github.com/pytorch/tensordict/compare/0.0.1b...v0.7.1) --- updated-dependencies: - dependency-name: tensordict dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3a447e0..40e3ad1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "pybind11", "pylatexenc", "ray>=2.10", - "tensordict<0.6", + "tensordict<0.8", "transformers", "vllm<=0.6.3", 'wandb', diff --git a/requirements.txt b/requirements.txt index 8807b34..2bee51c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ pyarrow>=15.0.0 pybind11 pylatexenc ray[data,train,tune,serve] -tensordict<0.6 +tensordict<0.8 transformers vllm<=0.6.3 wandb