python3Packages.pocket-tts: 1.0.1 -> 1.0.2 (#481906)

This commit is contained in:
kirillrdy
2026-01-20 11:03:27 +00:00
committed by GitHub
@@ -22,18 +22,21 @@
typer,
typing-extensions,
uvicorn,
# optional-dependencies
soundfile,
}:
buildPythonPackage (finalAttrs: {
pname = "pocket-tts";
version = "1.0.1";
version = "1.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "kyutai-labs";
repo = "pocket-tts";
tag = "v${finalAttrs.version}";
hash = "sha256-VFLpUsHnQYSr5RgNKJOX1TD30o1A8rG4cs2VeZWriaU=";
hash = "sha256-m//UCZEENE5bl9TV0rDCA3Th1TykvC5oZLay+f7lEr8=";
};
build-system = [
@@ -62,6 +65,12 @@ buildPythonPackage (finalAttrs: {
uvicorn
];
optional-dependencies = {
audio = [
soundfile
];
};
pythonImportsCheck = [ "pocket_tts" ];
# All tests are failing as the model cannot be downloaded from the sandbox