Merge pull request #298063 from fabaff/dvclive-bump

python311Packages.dvclive: 3.44.0 -> 3.45.0
This commit is contained in:
Fabian Affolter 2024-03-22 17:29:58 +01:00 committed by GitHub
commit 732cd2b4b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -32,23 +32,23 @@
buildPythonPackage rec {
pname = "dvclive";
version = "3.44.0";
version = "3.45.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "iterative";
repo = pname;
repo = "dvclive";
rev = "refs/tags/${version}";
hash = "sha256-B5SH6Id3ZbiE/0g6RBYvES4Ao+uOHWMKB56J3Rn9p6s=";
hash = "sha256-76PjBPr3m1y5osW024dkhuvuXl2FiZ5oxlJ1Ucq8msI=";
};
nativeBuildInputs = [
build-system = [
setuptools-scm
];
propagatedBuildInputs = [
dependencies = [
dvc
dvc-render
dvc-studio-client