Loading pkgs/development/python-modules/corner/default.nix +7 −9 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonOlder, fetchFromGitHub, # build-system setuptools, setuptools-scm, hatch-vcs, hatchling, # dependencies matplotlib, Loading @@ -21,7 +20,7 @@ pytest, scipy, # checks # tests pytestCheckHook, corner, }: Loading @@ -31,8 +30,6 @@ buildPythonPackage rec { version = "2.2.3"; pyproject = true; disable = pythonOlder "3.9"; src = fetchFromGitHub { owner = "dfm"; repo = "corner.py"; Loading @@ -41,8 +38,8 @@ buildPythonPackage rec { }; build-system = [ setuptools setuptools-scm hatch-vcs hatchling ]; dependencies = [ matplotlib ]; Loading Loading @@ -70,6 +67,7 @@ buildPythonPackage rec { # matplotlib.testing.exceptions.ImageComparisonFailure: images not close disabledTests = [ "test_1d_fig_argument" "test_arviz" "test_basic" "test_bins" Loading Loading @@ -104,7 +102,7 @@ buildPythonPackage rec { meta = { description = "Make some beautiful corner plots"; homepage = "https://github.com/dfm/corner.py"; changelog = "https://github.com/dfm/corner.py/releases/tag/${src.tag}"; changelog = "https://github.com/dfm/corner.py/releases/tag/v${version}"; license = lib.licenses.bsd2; maintainers = with lib.maintainers; [ GaetanLepage ]; }; Loading Loading
pkgs/development/python-modules/corner/default.nix +7 −9 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonOlder, fetchFromGitHub, # build-system setuptools, setuptools-scm, hatch-vcs, hatchling, # dependencies matplotlib, Loading @@ -21,7 +20,7 @@ pytest, scipy, # checks # tests pytestCheckHook, corner, }: Loading @@ -31,8 +30,6 @@ buildPythonPackage rec { version = "2.2.3"; pyproject = true; disable = pythonOlder "3.9"; src = fetchFromGitHub { owner = "dfm"; repo = "corner.py"; Loading @@ -41,8 +38,8 @@ buildPythonPackage rec { }; build-system = [ setuptools setuptools-scm hatch-vcs hatchling ]; dependencies = [ matplotlib ]; Loading Loading @@ -70,6 +67,7 @@ buildPythonPackage rec { # matplotlib.testing.exceptions.ImageComparisonFailure: images not close disabledTests = [ "test_1d_fig_argument" "test_arviz" "test_basic" "test_bins" Loading Loading @@ -104,7 +102,7 @@ buildPythonPackage rec { meta = { description = "Make some beautiful corner plots"; homepage = "https://github.com/dfm/corner.py"; changelog = "https://github.com/dfm/corner.py/releases/tag/${src.tag}"; changelog = "https://github.com/dfm/corner.py/releases/tag/v${version}"; license = lib.licenses.bsd2; maintainers = with lib.maintainers; [ GaetanLepage ]; }; Loading