From cbd95e41ccb23b43aabe85973885809c7c9b3ff2 Mon Sep 17 00:00:00 2001 From: Oleksandr Chychkan Date: Wed, 18 Aug 2021 21:29:14 -0700 Subject: [PATCH] Upgrade tensorflow to 2.6.0 (latest) (#18) * Upgrade tensorflow to Python 3.6 * Upgrade tensorflow for Python 3.7 and 3.8 * Upgrade tensorflow for Python 3.9 --- requirements.txt | 2 +- requirements_3.6.txt | 6 +++--- requirements_3.9.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1c4f98a..dfa5f38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy==1.19.5 opencv-python==4.1.2.30 scipy==1.4.1 -tensorflow==2.5.0 +tensorflow==2.6.0 colorama==0.4.3 tqdm==4.47.0 ffmpeg-python==0.2.0 diff --git a/requirements_3.6.txt b/requirements_3.6.txt index 4be324d..cfb366e 100644 --- a/requirements_3.6.txt +++ b/requirements_3.6.txt @@ -1,11 +1,11 @@ -numpy==1.17.0 +numpy==1.19.2 opencv-python==4.1.0.25 scipy==1.4.1 -tensorflow==1.15.2 +tensorflow==2.6.0 colorama==0.4.3 tqdm==4.47.0 ffmpeg-python==0.2.0 Pillow==8.2.0 scikit-image==0.17.2 -h5py==2.10.0 +h5py==3.1.0 PyQt5==5.15.4 diff --git a/requirements_3.9.txt b/requirements_3.9.txt index 0975894..e9956b4 100644 --- a/requirements_3.9.txt +++ b/requirements_3.9.txt @@ -1,7 +1,7 @@ numpy==1.19.5 opencv-contrib-python-headless==4.4.0.46 scipy==1.6.3 -tensorflow==2.5.0 +tensorflow==2.6.0 colorama==0.4.3 tqdm==4.47.0 ffmpeg-python==0.2.0