python312Packages.pyannote-core: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-10 13:31:47 +02:00
parent e1a2893291
commit 72113d5e1f

View file

@ -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 {