From d580faea1f218eff28c201f57e51751a05e72ae1 Mon Sep 17 00:00:00 2001 From: David Cole Date: Sun, 6 Nov 2022 12:38:29 +1300 Subject: [PATCH] add missing requirements matplotlib, scipy and opencv-python were missing from requirements.txt --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e6ff38d..cf61d8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,6 @@ tensorflow-addons validators -tensorflow \ No newline at end of file +tensorflow +matplotlib +scipy +opencv-python