Update CI requirements

This commit is contained in:
2022-11-13 19:52:52 +01:00
parent 5a4405e1fe
commit 5323ed88a6
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
numpy numpy
scipy scipy
scikit-learn scikit-learn
matplotlib
networkx networkx
pgmpy pgmpy

View File

@@ -21,7 +21,14 @@ URL = "https://github.com/doctorado-ml/bayesclass"
LICENSE = "MIT" LICENSE = "MIT"
DOWNLOAD_URL = "https://github.com/doctorado-ml/bayesclass" DOWNLOAD_URL = "https://github.com/doctorado-ml/bayesclass"
VERSION = __version__ VERSION = __version__
INSTALL_REQUIRES = ["numpy", "scipy", "scikit-learn", "pgmpy", "networkx"] INSTALL_REQUIRES = [
"numpy",
"scipy",
"scikit-learn",
"pgmpy",
"networkx",
"matplotlib",
]
CLASSIFIERS = [ CLASSIFIERS = [
"Intended Audience :: Science/Research", "Intended Audience :: Science/Research",
"Intended Audience :: Developers", "Intended Audience :: Developers",