pocket-tts: 1.1.1 -> 2.0.0 (#512051)
This commit is contained in:
@@ -25,18 +25,20 @@
|
||||
|
||||
# optional-dependencies
|
||||
soundfile,
|
||||
torchao,
|
||||
}:
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pocket-tts";
|
||||
version = "1.1.1";
|
||||
version = "2.0.0";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kyutai-labs";
|
||||
repo = "pocket-tts";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-9Y/q/6Ti/oTyOgRzK+UT+LSM/iH3RGey+XojxbPvPS0=";
|
||||
hash = "sha256-NbqL75EOS262L1km89raKXhgQVVOfi5yFP5Y4APH3yw=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -69,6 +71,9 @@ buildPythonPackage (finalAttrs: {
|
||||
audio = [
|
||||
soundfile
|
||||
];
|
||||
quantize = [
|
||||
torchao
|
||||
];
|
||||
};
|
||||
|
||||
pythonImportsCheck = [ "pocket_tts" ];
|
||||
|
||||
Reference in New Issue
Block a user