"...git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "993971688fb606eec7058cc8774aeecde8608d47"
Commit ec6766a3 authored by Julien Chaumond's avatar Julien Chaumond
Browse files

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

parent f7dcf8fc
...@@ -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==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"]
......
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