Update requirements.txt; inflect==5.6 (#1809)

New inflect version (6.0) depends on pydantic which has some issues irrelevant to 🐸 TTS. #1808 
Force inflect==5.6 (pydantic free) install to solve dependency issue.
This commit is contained in:
p0p4k
2022-08-01 11:48:02 +02:00
committed by GitHub
parent 7d8b1665c8
commit d9bad91a66
+1 -1
View File
@@ -9,7 +9,7 @@ soundfile
librosa==0.8.0
numba==0.55.1;python_version<"3.10"
numba==0.55.2;python_version=="3.10"
inflect
inflect==5.6.0
tqdm
anyascii
pyyaml