From d901919386817b38cee40c925a47206f978eae55 Mon Sep 17 00:00:00 2001 From: Chia Yong Kang Date: Sat, 25 Jul 2020 10:21:36 +0800 Subject: [PATCH] Fixed Requirements.txt --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 43b8187..bfa49b9 100755 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pytest==3.9.3 numpy==1.15 keras==2.2.4 gputil==1.3.0 -sklearn=0.20.1 +scikit_learn==0.20.1 opencv-python -tensorflow -Pillow==5.3.0 \ No newline at end of file +tensorflow==1.7.0 +Pillow==5.3.0