15 buildPythonPackage rec {
20 disabled = pythonOlder "3.8";
22 src = fetchFromGitHub {
25 rev = "refs/tags/${version}";
26 hash = "sha256-esvDCAsGoaB4t4hiTmoQa69Sgg5crqJyiom/iXxpZow=";
29 SETUPTOOLS_SCM_PRETEND_VERSION = version;
35 propagatedBuildInputs = [
43 # Circular dependency with dvc
46 pythonImportsCheck = [
51 description = "Library for logging machine learning metrics and other metadata in simple file formats";
52 homepage = "https://github.com/iterative/dvclive";
53 changelog = "https://github.com/iterative/dvclive/releases/tag/${version}";
54 license = licenses.asl20;
55 maintainers = with maintainers; [ fab ];