From b2dba788c877ecd68a5a222d0e3676c5fbb90dc5 Mon Sep 17 00:00:00 2001 From: alcinos Date: Thu, 2 May 2019 17:10:17 +0200 Subject: [PATCH] add tensorflow as requirement --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 39df92e..3150b1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,3 +20,4 @@ python-dateutil==2.6.1 # To satisfy botocore 1.10.1 scikit-image scikit-learn tabulate +tensorflow