From 8f1a9935dd7242c7d9d54ec56a5254a5c637321c Mon Sep 17 00:00:00 2001 From: Linmiao Xu Date: Sun, 4 Oct 2020 20:52:08 -0400 Subject: [PATCH] Upgrade tensorflow version from 2.1.0 to 2.3.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3e46ca9..352bbaa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -tensorflow==2.1.0 +tensorflow==2.3.1 pillow==6.2.1