From 8627608d1e52e61fb5ae3e23d3e2f298d141534a Mon Sep 17 00:00:00 2001 From: Askill Date: Sat, 26 Dec 2020 15:08:34 +0100 Subject: [PATCH] added tensorflow to dep tensorflow is optional, and only for the example implementation of the classifier interface --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 9bc0261..78a7dc5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ opencv-python numpy imutils imageio +tensorflow \ No newline at end of file