mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 05:59:17 +03:00
Merge pull request #326823 from mweinelt/pysilero-vad-2.0.0
python312Packages.pysilero-vad: 1.0.0 -> 2.0.0
This commit is contained in:
commit
2dbea5a366
1 changed files with 5 additions and 7 deletions
|
@ -17,23 +17,21 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pysilero-vad";
|
pname = "pysilero-vad";
|
||||||
version = "1.0.0";
|
version = "2.0.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rhasspy";
|
owner = "rhasspy";
|
||||||
repo = "pysilero-vad";
|
repo = "pysilero-vad";
|
||||||
rev = "fc1e3f74e6282249c1fd67ab0f65832ad1ce9cc5";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-5jS2xZEtvzXO/ffZzseTTUHfE528W9FvKB0AKG6T62k=";
|
hash = "sha256-p0pPhQo/raZhlHettmoc7FwnlZH9n2NI4tYHvikJ8i4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
build-system = [ setuptools ];
|
||||||
setuptools
|
|
||||||
];
|
|
||||||
|
|
||||||
pythonRelaxDeps = [ "numpy" ];
|
pythonRelaxDeps = [ "numpy" ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
dependencies = [
|
||||||
numpy
|
numpy
|
||||||
onnxruntime
|
onnxruntime
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue