tts: 0.13.3 -> 0.14.0

https://github.com/coqui-ai/TTS/releases/tag/v0.14.0
This commit is contained in:
Martin Weinelt 2023-05-16 15:48:42 +02:00
parent abc7af781e
commit f1ee4207eb
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -8,19 +8,21 @@
let
python = python3.override {
packageOverrides = self: super: {
torch = super.torch-bin;
torchvision = super.torchvision-bin;
};
};
in
python.pkgs.buildPythonApplication rec {
pname = "tts";
version = "0.13.3";
version = "0.14.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "coqui-ai";
repo = "TTS";
rev = "refs/tags/v${version}";
hash = "sha256-cu714/XtVqqlHN2CmUObcNFG6Vdi9VqC4at/HB8euDs=";
hash = "sha256-AVU4ULz++t9850pYeNrG5HKNvUZcMld4O1/zu697rzk=";
};
postPatch = let
@ -57,6 +59,7 @@ python.pkgs.buildPythonApplication rec {
bnnumerizer
bnunicodenormalizer
coqpit
einops
flask
fsspec
g2pkk
@ -65,6 +68,7 @@ python.pkgs.buildPythonApplication rec {
inflect
jamo
jieba
k-diffusion
librosa
matplotlib
mecab-python3
@ -81,6 +85,7 @@ python.pkgs.buildPythonApplication rec {
torchaudio-bin
tqdm
trainer
transformers
unidic-lite
webrtcvad
];