add scikit-learn in setup.py (#2733)

pull/2736/head
YangZhou 2 years ago committed by GitHub
parent e1a43ddb4e
commit d35dda0020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,7 +46,8 @@ base = [
"pathos == 0.2.8",
"pybind11",
"parameterized",
"tqdm"
"tqdm",
"scikit-learn"
]
requirements = {

Loading…
Cancel
Save