28 buildPythonPackage rec {
33 src = fetchFromGitHub {
36 rev = "refs/tags/v${version}";
37 hash = "sha256-RusVREhEXYaJuQXTaCQ7EJgbo4+wLB3wXXCAc3sBGtU=";
58 # AssertionError: -45.78899127622197 != -45.788991276221964
61 # self.assertTrue(np.isclose(coef, dep_coefs[i], atol=1e-4))
62 # AssertionError: False is not true
65 # requires optional dependency daft
79 description = "Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in Bayesian Networks";
80 homepage = "https://github.com/pgmpy/pgmpy";
81 changelog = "https://github.com/pgmpy/pgmpy/releases/tag/v${version}";
82 license = lib.licenses.mit;
83 maintainers = with lib.maintainers; [ happysalada ];