python312Packages.pyannote-database: format with nixfmt
This commit is contained in:
parent
72113d5e1f
commit
184839dd8e
1 changed files with 10 additions and 9 deletions
|
@ -1,12 +1,13 @@
|
||||||
{ lib
|
{
|
||||||
, buildPythonPackage
|
lib,
|
||||||
, fetchFromGitHub
|
buildPythonPackage,
|
||||||
, setuptools
|
fetchFromGitHub,
|
||||||
, wheel
|
setuptools,
|
||||||
, pyannote-core
|
wheel,
|
||||||
, pyyaml
|
pyannote-core,
|
||||||
, pandas
|
pyyaml,
|
||||||
, typer
|
pandas,
|
||||||
|
typer,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
|
Loading…
Reference in a new issue