From 2c151f48710edf17697a3196e3a2e7c9bbdb9ac1 Mon Sep 17 00:00:00 2001 From: Oleksandr Chychkan Date: Fri, 9 Dec 2022 12:29:51 -0800 Subject: [PATCH] Upgrade patch version of tensorflow --- requirements.txt | 2 +- requirements_3.10.txt | 2 +- requirements_3.6.txt | 2 +- requirements_3.9.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index a06a1e0..4c4e71b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy==1.21.4 opencv-contrib-python-headless==4.1.2.30 scipy==1.7.2 -tensorflow==2.7.0 +tensorflow==2.7.4 colorama==0.4.4 tqdm==4.62.3 ffmpeg-python==0.2.0 diff --git a/requirements_3.10.txt b/requirements_3.10.txt index bea7808..ff2e638 100644 --- a/requirements_3.10.txt +++ b/requirements_3.10.txt @@ -2,7 +2,7 @@ numpy==1.22.2 numexpr==2.8.1 opencv-python==4.5.5.62 scipy==1.8.0 -tensorflow==2.8.0 +tensorflow==2.8.4 colorama==0.4.4 tqdm==4.62.3 ffmpeg-python==0.2.0 diff --git a/requirements_3.6.txt b/requirements_3.6.txt index b911a9b..cfbeb07 100644 --- a/requirements_3.6.txt +++ b/requirements_3.6.txt @@ -1,7 +1,7 @@ numpy==1.19.2 opencv-contrib-python-headless==4.1.2.30 scipy==1.5.4 -tensorflow==2.6.1 +tensorflow==2.6.2 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 e10d38f..60fe7a4 100644 --- a/requirements_3.9.txt +++ b/requirements_3.9.txt @@ -1,7 +1,7 @@ numpy==1.21.4 opencv-contrib-python-headless==4.5.1.48 scipy==1.7.2 -tensorflow==2.7.0 +tensorflow==2.7.4 colorama==0.4.4 tqdm==4.62.3 ffmpeg-python==0.2.0 -- 2.52.0