python3Packages.pysilero-vad: 2.1.0 -> 2.1.1 (#427206)
This commit is contained in:
commit
e9614705f6
@ -17,20 +17,18 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pysilero-vad";
|
pname = "pysilero-vad";
|
||||||
version = "2.1.0";
|
version = "2.1.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rhasspy";
|
owner = "rhasspy";
|
||||||
repo = "pysilero-vad";
|
repo = "pysilero-vad";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-h49AD3ICh0NYyh2EDogynQ0qgkKCAQTVKS9rbXbrqPE=";
|
hash = "sha256-zxvYvPnL99yIVHrzbRbKmTazzlefOS+s2TAWLweRSYE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|
||||||
pythonRelaxDeps = [ "numpy" ];
|
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
numpy
|
numpy
|
||||||
onnxruntime
|
onnxruntime
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user