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 18:48:02 +09:00 committed by GitHub
parent 7d8b1665c8
commit d9bad91a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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