27 # , pymc3 (circular dependency)
29 #, pystan (not packaged)
34 buildPythonPackage rec {
39 disabled = pythonOlder "3.10";
41 src = fetchFromGitHub {
44 rev = "refs/tags/v${version}";
45 hash = "sha256-SZRqSqChQBSA9/jBXN2ds9hh6TI3qZksHai1j2oVsq0=";
75 # pymc3 (circular dependency)
77 # pystan (not packaged)
85 export HOME=$(mktemp -d);
89 "arviz/tests/base_tests/"
93 # Tests require network access
94 "test_plot_ppc_transposed"
95 "test_plot_separation"
96 "test_plot_trace_legend"
98 # countourpy is not available at the moment
104 # The following two tests fail in a common venv-based setup.
105 # An issue has been opened upstream: https://github.com/arviz-devs/arviz/issues/2282
106 "test_plot_ppc_discrete"
107 "test_plot_ppc_discrete_save_animation"
113 pythonImportsCheck = [
118 description = "Library for exploratory analysis of Bayesian models";
119 homepage = "https://arviz-devs.github.io/arviz/";
120 changelog = "https://github.com/arviz-devs/arviz/blob/v${version}/CHANGELOG.md";
121 license = licenses.asl20;
122 maintainers = with maintainers; [ omnipotententity ];