From 489ce8af220b7c9260eab9f0e6b3c818a38a57b6 Mon Sep 17 00:00:00 2001 From: JunityZhan Date: Fri, 5 Jul 2024 15:45:30 +0800 Subject: [PATCH] fix: ImportError: cannot import name 'Annotated' from 'pydantic.typing' --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ddd7c74..1e2989a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ grpcio==1.57.0 grpcio-tools==1.57.0 hydra-core==1.3.2 HyperPyYAML==1.2.2 -inflect==6.0.2 +inflect==7.3.1 librosa==0.10.2 lightning==2.2.4 matplotlib==3.7.5