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:
Ricardo Montañana Gómez
2021-01-11 13:46:30 +01:00
committed by GitHub
parent 36816074ff
commit e4ac5075e5
4 changed files with 57 additions and 10 deletions

View File

@@ -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,
)