Merge pull request #14 from chychkan/python-3.7

Make default requirements.txt work for Python 3.7 and 3.8
This commit was merged in pull request #14.
This commit is contained in:
Oleksandr Chychkan
2021-08-01 17:37:21 -07:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -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
@@ -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