[deps] scikit-learn's transient issue was fixed

This commit is contained in:
Julien Chaumond 2020-03-23 18:38:09 -04:00
parent f7dcf8fcea
commit ec6766a363

View File

@ -64,7 +64,7 @@ if stale_egg_info.exists():
extras = {} extras = {}
extras["mecab"] = ["mecab-python3"] extras["mecab"] = ["mecab-python3"]
extras["sklearn"] = ["scikit-learn==0.22.1"] extras["sklearn"] = ["scikit-learn"]
extras["tf"] = ["tensorflow"] extras["tf"] = ["tensorflow"]
extras["tf-cpu"] = ["tensorflow-cpu"] extras["tf-cpu"] = ["tensorflow-cpu"]
extras["torch"] = ["torch"] extras["torch"] = ["torch"]