diff --git a/setup.py b/setup.py index 38fe5c8..3180852 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ URL = "https://github.com/doctorado-ml/bayesclass" LICENSE = "MIT" DOWNLOAD_URL = "https://github.com/doctorado-ml/bayesclass" VERSION = __version__ -INSTALL_REQUIRES = ["numpy", "scipy", "scikit-learn"] +INSTALL_REQUIRES = ["numpy", "scipy", "scikit-learn", "pgmpy", "networkx"] CLASSIFIERS = [ "Intended Audience :: Science/Research", "Intended Audience :: Developers",