From 93183be53b2aeb463a5f7580c85d68498a60ef5c Mon Sep 17 00:00:00 2001 From: ThanhNS Date: Wed, 17 Oct 2018 11:50:12 +0700 Subject: [PATCH] add keras, matplotlib, and pillow --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3c348a1..3b3eb6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,7 @@ numpy tensorflow==1.8.0 opencv-python -opencv-contrib-python \ No newline at end of file +opencv-contrib-python +keras +matplotlib +pillow \ No newline at end of file