From 70820275613ac00e9676cd74e788d4dac9f0b8b0 Mon Sep 17 00:00:00 2001 From: Seb-Good Date: Mon, 29 Apr 2019 15:55:21 -0400 Subject: [PATCH] -Added DataGenerator, Graph, and Network classes. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0c1a81f..75e5c64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ tensorflow==1.8.0 -numpy==1.16.3 \ No newline at end of file +numpy==1.16.3 +opencv3==3.1.0 \ No newline at end of file