mirror of
https://github.com/Doctorado-ML/bayesclass.git
synced 2025-08-16 08:05:57 +00:00
Update CI requirements
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
numpy
|
numpy
|
||||||
scipy
|
scipy
|
||||||
scikit-learn
|
scikit-learn
|
||||||
|
matplotlib
|
||||||
networkx
|
networkx
|
||||||
pgmpy
|
pgmpy
|
||||||
|
9
setup.py
9
setup.py
@@ -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",
|
||||||
|
Reference in New Issue
Block a user