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
|
lib,
|
||||||
, fetchFromGitHub
|
buildPythonPackage,
|
||||||
, numpy
|
fetchFromGitHub,
|
||||||
, pandas
|
numpy,
|
||||||
, pytestCheckHook
|
pandas,
|
||||||
, scipy
|
pytestCheckHook,
|
||||||
, setuptools
|
scipy,
|
||||||
, sortedcontainers
|
setuptools,
|
||||||
, typing-extensions
|
sortedcontainers,
|
||||||
, versioneer
|
typing-extensions,
|
||||||
|
versioneer,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
|
Loading…
Reference in a new issue