From 5a4405e1fe54cf3ecb962db2de7f99a71651ede0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana?= Date: Sun, 13 Nov 2022 19:26:19 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",