mirror of
https://github.com/Doctorado-ML/bayesclass.git
synced 2025-08-15 15:45:54 +00:00
Update CI requirements
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
numpy
|
||||
scipy
|
||||
scikit-learn
|
||||
matplotlib
|
||||
networkx
|
||||
pgmpy
|
||||
|
9
setup.py
9
setup.py
@@ -21,7 +21,14 @@ 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", "pgmpy", "networkx"]
|
||||
INSTALL_REQUIRES = [
|
||||
"numpy",
|
||||
"scipy",
|
||||
"scikit-learn",
|
||||
"pgmpy",
|
||||
"networkx",
|
||||
"matplotlib",
|
||||
]
|
||||
CLASSIFIERS = [
|
||||
"Intended Audience :: Science/Research",
|
||||
"Intended Audience :: Developers",
|
||||
|
Reference in New Issue
Block a user