Merge pull request #212070 from fabaff/dvclive-fix
python310Packages.dvclive: add missing input
This commit is contained in:
@@ -57,6 +57,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Library for rendering DVC plots";
|
||||
homepage = "https://github.com/iterative/dvc-render";
|
||||
changelog = "https://github.com/iterative/dvc-render/releases/tag/${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
@@ -41,6 +42,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Library for logging machine learning metrics and other metadata in simple file formats";
|
||||
homepage = "https://github.com/iterative/dvclive";
|
||||
changelog = "https://github.com/iterative/dvclive/releases/tag/${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user