mirror of
https://github.com/Doctorado-ML/bayesclass.git
synced 2025-08-15 23:55:57 +00:00
Update setup.py
This commit is contained in:
2
setup.py
2
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",
|
||||
|
Reference in New Issue
Block a user