From ef8e6a9f03a3d44752f37009a0facab22d91f351 Mon Sep 17 00:00:00 2001 From: Ronghang Hu Date: Wed, 11 Dec 2024 17:20:25 +0000 Subject: [PATCH] update to `tensordict>=0.6` --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8277e10..78a634c 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ EXTRA_PACKAGES = { "scikit-image>=0.24.0", "tensorboard>=2.17.0", "pycocotools>=2.0.8", - "tensordict>=0.5.0", + "tensordict>=0.6.0", "opencv-python>=4.7.0", "submitit>=1.5.1", ],