update to tensordict>=0.6

This commit is contained in:
Ronghang Hu 2024-12-11 17:20:25 +00:00
parent 96dc38061b
commit ef8e6a9f03

View File

@ -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",
],