From 7cd9d8ed3a952ec6cab61bc824ec5c132e1afc45 Mon Sep 17 00:00:00 2001 From: dongshuilong Date: Fri, 27 May 2022 03:52:23 +0000 Subject: [PATCH] update scikit-learn in requirement.txt --- requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7fa708b2..4fd1f373 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,8 @@ opencv-python==4.4.0.46 pillow tqdm PyYAML -visualdl >= 2.2.0 +visualdl>=2.2.0 scipy -scikit-learn==0.23.2 +scikit-learn>=0.21.0 gast==0.3.3 faiss-cpu==1.7.1.post2 -scikit-learn==0.23.2 \ No newline at end of file -- GitLab