Spaces:
Configuration error
Configuration error
Merge pull request #6 from JunityZhan/main
Browse filesfix: ImportError: cannot import name 'Annotated' from 'pydantic.typing'
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -8,7 +8,7 @@ grpcio==1.57.0
|
|
| 8 |
grpcio-tools==1.57.0
|
| 9 |
hydra-core==1.3.2
|
| 10 |
HyperPyYAML==1.2.2
|
| 11 |
-
inflect==
|
| 12 |
librosa==0.10.2
|
| 13 |
lightning==2.2.4
|
| 14 |
matplotlib==3.7.5
|
|
|
|
| 8 |
grpcio-tools==1.57.0
|
| 9 |
hydra-core==1.3.2
|
| 10 |
HyperPyYAML==1.2.2
|
| 11 |
+
inflect==7.3.1
|
| 12 |
librosa==0.10.2
|
| 13 |
lightning==2.2.4
|
| 14 |
matplotlib==3.7.5
|