From 11b915e90dfd9b37e880fafab395b11ada44508e Mon Sep 17 00:00:00 2001 From: Oleksandr Chychkan Date: Wed, 18 Aug 2021 20:50:38 -0700 Subject: [PATCH 1/3] Upgrade tensorflow to Python 3.6 --- requirements_3.6.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.52.0 From 9404c00cb34e850160e522a0f062c7eb81c1eeb2 Mon Sep 17 00:00:00 2001 From: Oleksandr Chychkan Date: Wed, 18 Aug 2021 21:12:53 -0700 Subject: [PATCH 2/3] Upgrade tensorflow for Python 3.7 and 3.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.52.0 From 816181e635284089411f3b6d1c244c2b4d04c319 Mon Sep 17 00:00:00 2001 From: Oleksandr Chychkan Date: Wed, 18 Aug 2021 21:28:26 -0700 Subject: [PATCH 3/3] Upgrade tensorflow for Python 3.9 --- requirements_3.9.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.52.0