Comply with torchvision 0.21 custom transforms (#665)

This commit is contained in:
Simon Alibert
2025-01-30 22:06:11 +01:00
committed by GitHub
parent c4d912a241
commit 1ee1acf8ad
3 changed files with 2739 additions and 2576 deletions

View File

@@ -41,7 +41,7 @@ numba = ">=0.59.0"
torch = ">=2.2.1"
opencv-python = ">=4.9.0"
diffusers = ">=0.27.2"
torchvision = ">=0.17.1"
torchvision = ">=0.21.0"
h5py = ">=3.10.0"
huggingface-hub = {extras = ["hf-transfer", "cli"], version = ">=0.25.2"}
gymnasium = "==0.29.1" # TODO(rcadene, aliberts): Make gym 1.0.0 work