fix sklearn release circle ci [temporary] (#3123)

This commit is contained in:
Patrick von Platen
2020-03-04 17:25:23 +01:00
committed by GitHub
parent 6701fb7859
commit 34de670dbe

View File

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