From 16511ecc8487a92f4fe86e200db1e5da812deab0 Mon Sep 17 00:00:00 2001 From: thias15 Date: Fri, 18 Feb 2022 00:35:08 +0100 Subject: [PATCH] Update requirements.txt Update tensorflow to latest version 2.5.x with vulnerability fixes. --- policy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/requirements.txt b/policy/requirements.txt index 96cc73474..2027271fc 100644 --- a/policy/requirements.txt +++ b/policy/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==2.5.1 +tensorflow==2.5.3 notebook matplotlib pillow