AJ50 commited on
Commit
39d28b8
·
1 Parent(s): 8ba4969

Fix unidecode conflict: TTS 0.21.0 requires >=1.3.2

Browse files
Files changed (1) hide show
  1. 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==1.3.0
 
12
  matplotlib==3.7.2
13
  pydub==0.25.1
14
  inflect==7.0.0
15
+ unidecode>=1.3.2