python310Packages.arviz: fix build
This commit is contained in:
parent
8381e32b2c
commit
f8da7543c6
@ -33,13 +33,13 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "arviz";
|
pname = "arviz";
|
||||||
version = "0.16.1";
|
version = "0.16.1";
|
||||||
format = "setuptools";
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "arviz-devs";
|
owner = "arviz-devs";
|
||||||
repo = pname;
|
repo = "arviz";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-kixWGj0M0flTq5rXSiPB0nfZaGYRvvMBGAJpehdW8KY=";
|
hash = "sha256-kixWGj0M0flTq5rXSiPB0nfZaGYRvvMBGAJpehdW8KY=";
|
||||||
};
|
};
|
||||||
@ -93,6 +93,10 @@ buildPythonPackage rec {
|
|||||||
"test_plot_pair"
|
"test_plot_pair"
|
||||||
# Array mismatch
|
# Array mismatch
|
||||||
"test_plot_ts"
|
"test_plot_ts"
|
||||||
|
# The following two tests fail in a common venv-based setup.
|
||||||
|
# An issue has been opened upstream: https://github.com/arviz-devs/arviz/issues/2282
|
||||||
|
"test_plot_ppc_discrete"
|
||||||
|
"test_plot_ppc_discrete_save_animation"
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
Loading…
Reference in New Issue
Block a user