[deps] scikit-learn's transient issue was fixed
This commit is contained in:
2
setup.py
2
setup.py
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user