Merge pull request #232088 from fabaff/dvc-render-bump

python311Packages.dvc-render: 0.4.0 -> 0.5.0, python310Packages.dvclive: 2.8.1 -> 2.9.0
This commit is contained in:
Fabian Affolter 2023-05-16 01:09:55 +02:00 committed by GitHub
commit db53b88ad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -2,6 +2,7 @@
, stdenv
, buildPythonPackage
, fetchFromGitHub
, flatten-dict
, funcy
, matplotlib
, tabulate
@ -14,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-render";
version = "0.4.0";
version = "0.5.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -23,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-bt2jqjhgtGmJsyfYNSzETQZUHFKni/poyeqpQzIJX08=";
hash = "sha256-x9vb8X7p4MOMZwr91ronXB/bPZD3PqYhbzLccRewyco=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
@ -34,6 +35,7 @@ buildPythonPackage rec {
passthru.optional-dependencies = {
table = [
flatten-dict
tabulate
];
markdown = [

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvclive";
version = "2.8.1";
version = "2.9.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Wb0347y+oDFOctKjJUYPtqIFdsRm2wt16ZlQWDgjr7g=";
hash = "sha256-CP3PfRarlByVTchqYZKMuTaVKupqKOZDEOkzuVViW0Q=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;