python3Packages.pocket-tts: 1.0.1 -> 1.0.2
Diff: https://github.com/kyutai-labs/pocket-tts/compare/v1.0.1...v1.0.2 Changelog: https://github.com/kyutai-labs/pocket-tts/releases/tag/v1.0.2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user