From 017c9a6f8c3359d2654eeffd3ba231403e00d902 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Fri, 20 Mar 2020 19:39:03 +0100 Subject: [PATCH] Bump dependency to TensorFlow 1.15.2 Fixes security issues in TensorFlow and stops GitHub nagging us. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce59b471..e05793c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Main training requirements -tensorflow == 1.15.0 +tensorflow == 1.15.2 numpy == 1.18.1 progressbar2 six