fixes ImportError described in #3658. (#3668)

The issue was introduced by a new release of torchmetrics.
This commit is contained in:
Lincoln Stein 2023-07-07 17:23:37 -04:00 committed by GitHub
commit fefe56599f
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",