From f2e3594162e63d3762c46cd66fca1c625a3ccf51 Mon Sep 17 00:00:00 2001 From: J Manoj Balaji Date: Mon, 29 Oct 2018 23:13:38 +0530 Subject: [PATCH] Update requirements.txt Added pillow dependency and substituted cv2 by opencv-python --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7d3fcdd..404ad16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,8 @@ numpy matplotlib -cv2 +pillow +opencv-python keras pandas h5py -scipy \ No newline at end of file +scip