From c120e40066a9fea90759f37c1a124a73dc8bfb14 Mon Sep 17 00:00:00 2001 From: Oleksandr Chychkan Date: Fri, 12 Nov 2021 14:12:04 -0800 Subject: [PATCH] Bump tensorflow to 2.7.0 for Python 3.7+ --- requirements.txt | 2 +- requirements_3.9.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fbe1bc2..65e8c6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy==1.19.5 opencv-contrib-python-headless==4.1.2.30 scipy==1.7.2 -tensorflow==2.6.1 +tensorflow==2.7.0 colorama==0.4.4 tqdm==4.62.3 ffmpeg-python==0.2.0 diff --git a/requirements_3.9.txt b/requirements_3.9.txt index a6a68f7..98136a3 100644 --- a/requirements_3.9.txt +++ b/requirements_3.9.txt @@ -1,7 +1,7 @@ numpy==1.19.5 opencv-contrib-python-headless==4.5.1.48 scipy==1.7.2 -tensorflow==2.6.1 +tensorflow==2.7.0 colorama==0.4.4 tqdm==4.62.3 ffmpeg-python==0.2.0 -- 2.52.0