python312Packages.pyannote-core: format with nixfmt
This commit is contained in:
parent
e1a2893291
commit
72113d5e1f
1 changed files with 12 additions and 11 deletions
|
@ -1,14 +1,15 @@
|
|||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, numpy
|
||||
, pandas
|
||||
, pytestCheckHook
|
||||
, scipy
|
||||
, setuptools
|
||||
, sortedcontainers
|
||||
, typing-extensions
|
||||
, versioneer
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
numpy,
|
||||
pandas,
|
||||
pytestCheckHook,
|
||||
scipy,
|
||||
setuptools,
|
||||
sortedcontainers,
|
||||
typing-extensions,
|
||||
versioneer,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
|
Loading…
Reference in a new issue