From 4686ceeb0463cd37fcd2fcfb3ef797fdec0ea52f Mon Sep 17 00:00:00 2001 From: Oleksandr Chychkan Date: Sun, 1 Aug 2021 17:31:33 -0700 Subject: [PATCH] Make default requirements.txt work for Python 3.7 and 3.8 --- requirements.txt | 8 ++++---- requirements_3.8.txt => requirements_3.6.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) rename requirements_3.8.txt => requirements_3.6.txt (58%) diff --git a/requirements.txt b/requirements.txt index beeba2e..3650b5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -numpy==1.17.0 -opencv-python==4.1.0.25 +numpy==1.19.5 +opencv-python==4.1.2.30 scipy==1.4.1 -tensorflow==1.15.2 +tensorflow==2.5.0 colorama==0.4.3 tqdm==4.47.0 ffmpeg-python==0.2.0 Pillow==7.2.0 scikit-image==0.17.2 -h5py==2.10.0 +h5py==3.1.0 diff --git a/requirements_3.8.txt b/requirements_3.6.txt similarity index 58% rename from requirements_3.8.txt rename to requirements_3.6.txt index 3650b5c..beeba2e 100644 --- a/requirements_3.8.txt +++ b/requirements_3.6.txt @@ -1,10 +1,10 @@ -numpy==1.19.5 -opencv-python==4.1.2.30 +numpy==1.17.0 +opencv-python==4.1.0.25 scipy==1.4.1 -tensorflow==2.5.0 +tensorflow==1.15.2 colorama==0.4.3 tqdm==4.47.0 ffmpeg-python==0.2.0 Pillow==7.2.0 scikit-image==0.17.2 -h5py==3.1.0 +h5py==2.10.0 -- 2.52.0