fixes ImportError described in #3658.

The issue was introduced by a new release of torchmetrics.
This commit is contained in:
Zadagu 2023-07-06 16:16:02 +02:00 committed by GitHub
parent 7a0154a7b8
commit 94faa5de14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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