Fix install issues (#191)

This commit is contained in:
Simon Alibert
2024-05-23 14:25:18 +02:00
committed by GitHub
parent e67da1d7a6
commit 35c1ce7a66
3 changed files with 311 additions and 324 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.18.0"
torchvision = ">=0.17.1"
h5py = ">=3.10.0"
huggingface-hub = {extras = ["hf-transfer"], version = "^0.23.0"}
gymnasium = ">=0.29.1"