mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-24 03:46:07 +00:00
Add main workflow action (#20)
* Add main workflow action * lock scikit-learn version to 0.23.2 * exchange codeship badge with githubs
This commit is contained in:
committed by
GitHub
parent
36816074ff
commit
e4ac5075e5
2
setup.py
2
setup.py
@@ -30,7 +30,7 @@ setuptools.setup(
|
||||
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
||||
"Intended Audience :: Science/Research",
|
||||
],
|
||||
install_requires=["scikit-learn>=0.23.0", "numpy", "ipympl"],
|
||||
install_requires=["scikit-learn==0.23.2", "numpy", "ipympl"],
|
||||
test_suite="stree.tests",
|
||||
zip_safe=False,
|
||||
)
|
||||
|
Reference in New Issue
Block a user