18 buildPythonPackage rec {
19 pname = "pyannote-metrics";
23 src = fetchFromGitHub {
25 repo = "pyannote-metrics";
27 hash = "sha256-V4qyaCaFsoikfFILm2sccf6m7lqJSDTdLxS1sr/LXAY=";
30 propagatedBuildInputs = [
48 pythonImportsCheck = [ "pyannote.metrics" ];
51 description = "A toolkit for reproducible evaluation, diagnostic, and error analysis of speaker diarization systems";
52 mainProgram = "pyannote-metrics";
53 homepage = "https://github.com/pyannote/pyannote-metrics";
54 license = licenses.mit;
55 maintainers = with maintainers; [ ];