File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ dependencies = [
4747 " pytorch-lightning==2.1.3" ,
4848 " safetensors==0.4.2" ,
4949 " timm==0.6.13" , # needed to override timm latest in controlnet_aux, see https://github.com/isl-org/ZoeDepth/issues/26
50- " torch==2.1.2 " ,
50+ " torch==2.2.1 " ,
5151 " torchmetrics==0.11.4" ,
5252 " torchsde==0.2.6" ,
53- " torchvision==0.16.2 " ,
53+ " torchvision==0.17.1 " ,
5454 " transformers==4.38.2" ,
5555
5656 # Core application dependencies, pinned for reproducible builds.
@@ -98,7 +98,7 @@ dependencies = [
9898[project .optional-dependencies ]
9999"xformers" = [
100100 # Core generation dependencies, pinned for reproducible builds.
101- " xformers==0.0.23.post1 ; sys_platform!='darwin'" ,
101+ " xformers==0.0.25 ; sys_platform!='darwin'" ,
102102 # Auxiliary dependencies, pinned only if necessary.
103103 " triton; sys_platform=='linux'" ,
104104]
You can’t perform that action at this time.
0 commit comments