lock scikit-learn version to 0.23.2

fix github actions workflow
This commit is contained in:
2021-01-10 20:05:36 +01:00
parent 673081cdc5
commit 8359e442e5
3 changed files with 11 additions and 12 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,
)