Make default requirements.txt work for Python 3.7 and 3.8
This commit is contained in:
+4
-4
@@ -1,10 +1,10 @@
|
|||||||
numpy==1.17.0
|
numpy==1.19.5
|
||||||
opencv-python==4.1.0.25
|
opencv-python==4.1.2.30
|
||||||
scipy==1.4.1
|
scipy==1.4.1
|
||||||
tensorflow==1.15.2
|
tensorflow==2.5.0
|
||||||
colorama==0.4.3
|
colorama==0.4.3
|
||||||
tqdm==4.47.0
|
tqdm==4.47.0
|
||||||
ffmpeg-python==0.2.0
|
ffmpeg-python==0.2.0
|
||||||
Pillow==7.2.0
|
Pillow==7.2.0
|
||||||
scikit-image==0.17.2
|
scikit-image==0.17.2
|
||||||
h5py==2.10.0
|
h5py==3.1.0
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
numpy==1.19.5
|
numpy==1.17.0
|
||||||
opencv-python==4.1.2.30
|
opencv-python==4.1.0.25
|
||||||
scipy==1.4.1
|
scipy==1.4.1
|
||||||
tensorflow==2.5.0
|
tensorflow==1.15.2
|
||||||
colorama==0.4.3
|
colorama==0.4.3
|
||||||
tqdm==4.47.0
|
tqdm==4.47.0
|
||||||
ffmpeg-python==0.2.0
|
ffmpeg-python==0.2.0
|
||||||
Pillow==7.2.0
|
Pillow==7.2.0
|
||||||
scikit-image==0.17.2
|
scikit-image==0.17.2
|
||||||
h5py==3.1.0
|
h5py==2.10.0
|
||||||
Reference in New Issue
Block a user