From 3db06f323d17a8c749f0ffe2b289a1521ec21391 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 1 Aug 2022 06:34:33 +0000 Subject: [PATCH] unify version requirements --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4787aa84..c9072518 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ prettytable ujson -opencv-python==4.4.0.46 +opencv-python pillow tqdm -PyYAML +PyYAML>=5.1 visualdl>=2.2.0 -scipy -scikit-learn>=0.21.0 +scipy>=1.0.0 +scikit-learn>=1.0.2 gast==0.3.3 faiss-cpu==1.7.1.post2 easydict -- GitLab