27 # optional-dependencies = {
32 inherit pname version;
33 format = "setuptools";
35 disabled = pythonOlder "3.7";
37 src = fetchFromGitHub {
40 rev = "refs/tags/v${version}";
41 hash = "sha256-IMlo4SBxO9sPoZl0rQGc3FcvvIN/V/WZz+1BD7aBfzs=";
44 propagatedBuildInputs = [
59 "test_to_daft" # requires optional dependency daft
72 description = "Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in Bayesian Networks";
73 homepage = "https://github.com/pgmpy/pgmpy";
74 changelog = "https://github.com/pgmpy/pgmpy/releases/tag/v${version}";
75 license = licenses.mit;
76 maintainers = with maintainers; [ happysalada ];