mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fixes ImportError described in #3658.
The issue was introduced by a new release of torchmetrics.
This commit is contained in:
parent
7a0154a7b8
commit
94faa5de14
@ -82,7 +82,7 @@ dependencies = [
|
||||
"test-tube>=0.7.5",
|
||||
"torch~=2.0.0",
|
||||
"torchvision>=0.14.1",
|
||||
"torchmetrics",
|
||||
"torchmetrics==0.11.4",
|
||||
"torchsde==0.2.5",
|
||||
"transformers~=4.30",
|
||||
"uvicorn[standard]==0.21.1",
|
||||
|
Loading…
Reference in New Issue
Block a user