From f232cb2ec5190b14f543762242d5fea0096fccfa Mon Sep 17 00:00:00 2001 From: Shun Makino Date: Tue, 22 Oct 2024 12:56:42 +0900 Subject: [PATCH] bugfix: restrict upper version of tensordict --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bda21b75..307ea493 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ pyrootutils = "*" rich = "*" robust-downloader = "*" scipy = "*" -tensordict = ">=0.4.0" +tensordict = ">=0.4.0, <0.6.0" torchrl = ">=0.4.0" wandb = "*" # Dev dependencies