python310Packages.dvclive: add missing input

This commit is contained in:
Fabian Affolter 2023-01-22 11:18:57 +01:00
parent 7b66712871
commit 641051ae5b

View File

@ -4,6 +4,7 @@
, fetchFromGitHub
, pytestCheckHook
, pythonOlder
, ruamel-yaml
, setuptools
, tabulate
}:
@ -28,8 +29,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [
dvc-render
tabulate # will be available as dvc-render.optional-dependencies.table
];
ruamel-yaml
] ++ dvc-render.optional-dependencies.table;
# Circular dependency with dvc
doCheck = false;