Update setup.py

This commit is contained in:
2022-11-13 19:26:19 +01:00
parent 578bd197dc
commit 5a4405e1fe

View File

@@ -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",