We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c37bc commit 7926cf4Copy full SHA for 7926cf4
requirements.txt
@@ -4,7 +4,7 @@ ConfigArgParse==0.15.1
4
idna==2.8
5
imutils==0.5.3
6
numpy==1.17.4
7
-opencv-python==4.1.1.26
+opencv-python==4.2.0.32
8
Pillow==6.2.2
9
requests==2.22.0
10
urllib3==1.25.7
setup.py
@@ -27,7 +27,7 @@
27
'idna==2.8',
28
'imutils==0.5.3',
29
'numpy==1.17.4',
30
- 'opencv-python==4.1.1.26',
+ 'opencv-python==4.2.0.32',
31
'Pillow==6.2.2',
32
'requests==2.22.0',
33
'urllib3==1.25.7'
0 commit comments