mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-01 18:51:14 +06:00
[deps] scikit-learn's transient issue was fixed
This commit is contained in:
parent
f7dcf8fcea
commit
ec6766a363
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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user