tts: 0.19.1 -> 0.20.2
https://github.com/coqui-ai/TTS/releases/tag/v0.20.0 https://github.com/coqui-ai/TTS/releases/tag/v0.20.1 https://github.com/coqui-ai/TTS/releases/tag/v0.20.2 Newer versions require torch>=2.1.
This commit is contained in:
parent
3d438e4cf8
commit
6bd9458830
@ -16,14 +16,14 @@ let
|
|||||||
in
|
in
|
||||||
python.pkgs.buildPythonApplication rec {
|
python.pkgs.buildPythonApplication rec {
|
||||||
pname = "tts";
|
pname = "tts";
|
||||||
version = "0.19.1";
|
version = "0.20.2";
|
||||||
format = "pyproject";
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "coqui-ai";
|
owner = "coqui-ai";
|
||||||
repo = "TTS";
|
repo = "TTS";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-GYVr/Wam1IGCSR2vHMAu5Fg/jRB333L6iNjltnRKh4E=";
|
hash = "sha256-1nlSf15IEX1qKfDtR6+jQqskjxIuzaIWatkj9Z1fh8Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = let
|
postPatch = let
|
||||||
@ -57,7 +57,9 @@ python.pkgs.buildPythonApplication rec {
|
|||||||
|
|
||||||
nativeBuildInputs = with python.pkgs; [
|
nativeBuildInputs = with python.pkgs; [
|
||||||
cython
|
cython
|
||||||
|
numpy
|
||||||
packaging
|
packaging
|
||||||
|
setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python.pkgs; [
|
propagatedBuildInputs = with python.pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user