lol

Merge pull request #188870 from mweinelt/tts-0.8.0

authored by

Martin Weinelt and committed by
GitHub
32f9880f 3b6f1cfc

+3 -4
+3 -4
pkgs/tools/audio/tts/default.nix
··· 32 32 in 33 33 python.pkgs.buildPythonApplication rec { 34 34 pname = "tts"; 35 - version = "0.7.1"; 35 + version = "0.8.0"; 36 36 format = "setuptools"; 37 37 38 38 src = fetchFromGitHub { 39 39 owner = "coqui-ai"; 40 40 repo = "TTS"; 41 41 rev = "v${version}"; 42 - sha256 = "sha256-ch+711soRfZj1egyaF0+6NrUJtf7JqfZuxQ4eDf1zas="; 42 + sha256 = "sha256-A48L1JGXckSEaZra00ZOBVxcYJMvhpQqzE8nABaP0TY="; 43 43 }; 44 44 45 45 postPatch = let 46 46 relaxedConstraints = [ 47 47 "cython" 48 48 "gruut" 49 + "inflect" 49 50 "librosa" 50 51 "mecab-python3" 51 52 "numba" ··· 138 139 ]; 139 140 140 141 disabledTestPaths = [ 141 - # Requires network acccess to download models 142 - "tests/aux_tests/test_remove_silence_vad_script.py" 143 142 # phonemes mismatch between espeak-ng and gruuts phonemizer 144 143 "tests/text_tests/test_phonemizer.py" 145 144 # no training, it takes too long