Skip to content

Commit

Permalink
Update requirements.txt; inflect==5.6 (#1809)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
p0p4k authored Aug 1, 2022
1 parent 7d8b166 commit d9bad91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9bad91

Please sign in to comment.