python311Packages.dvclive: refactor

This commit is contained in:
Fabian Affolter 2024-03-22 15:35:23 +01:00
parent 7b51ebfa57
commit 7fcb6aca44
1 changed files with 3 additions and 3 deletions

View File

@ -39,16 +39,16 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "iterative";
repo = pname;
repo = "dvclive";
rev = "refs/tags/${version}";
hash = "sha256-76PjBPr3m1y5osW024dkhuvuXl2FiZ5oxlJ1Ucq8msI=";
};
nativeBuildInputs = [
build-system = [
setuptools-scm
];
propagatedBuildInputs = [
dependencies = [
dvc
dvc-render
dvc-studio-client