Unverified Commit 34de670d authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

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

parent 6701fb78
...@@ -64,7 +64,7 @@ if stale_egg_info.exists(): ...@@ -64,7 +64,7 @@ if stale_egg_info.exists():
extras = {} extras = {}
extras["mecab"] = ["mecab-python3"] extras["mecab"] = ["mecab-python3"]
extras["sklearn"] = ["scikit-learn"] extras["sklearn"] = ["scikit-learn==0.22.1"]
extras["tf"] = ["tensorflow"] extras["tf"] = ["tensorflow"]
extras["tf-cpu"] = ["tensorflow-cpu"] extras["tf-cpu"] = ["tensorflow-cpu"]
extras["torch"] = ["torch"] extras["torch"] = ["torch"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment