mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user