added tensorflow to dep

tensorflow is optional, and only for the example implementation of the classifier interface
This commit is contained in:
Askill 2020-12-26 15:08:34 +01:00
parent a8c7902ef5
commit 8627608d1e
1 changed files with 1 additions and 0 deletions

View File

@ -2,3 +2,4 @@ opencv-python
numpy numpy
imutils imutils
imageio imageio
tensorflow