Spaces:
Sleeping
Sleeping
Fix unidecode conflict: TTS 0.21.0 requires >=1.3.2
Browse files- backend/requirements.txt +1 -1
backend/requirements.txt
CHANGED
|
@@ -12,4 +12,4 @@ huggingface_hub==0.19.4
|
|
| 12 |
matplotlib==3.7.2
|
| 13 |
pydub==0.25.1
|
| 14 |
inflect==7.0.0
|
| 15 |
-
unidecode
|
|
|
|
| 12 |
matplotlib==3.7.2
|
| 13 |
pydub==0.25.1
|
| 14 |
inflect==7.0.0
|
| 15 |
+
unidecode>=1.3.2
|