23 buildPythonPackage rec {
28 src = fetchFromGitHub {
31 rev = "refs/tags/v${version}";
32 hash = "sha256-JA5xBoqNC6F97Obs+0ig/ALw1rkUVX7A0bStKHS+uv4=";
36 substituteInPlace setup.py \
37 --replace-fail ', "pytest-cov"' ""
58 # The test suite is computationally intensive and test failures are not
59 # indicative for package usability hence tests are disabled by default.
62 pythonImportsCheck = [ "pymc" ];
65 description = "Bayesian estimation, particularly using Markov chain Monte Carlo (MCMC)";
66 homepage = "https://github.com/pymc-devs/pymc";
67 changelog = "https://github.com/pymc-devs/pymc/releases/tag/v${version}";
68 license = lib.licenses.asl20;
69 maintainers = with lib.maintainers; [