python310Packages.dvclive: add missing input
This commit is contained in:
parent
7b66712871
commit
641051ae5b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user