wheel_testing: Made travis pip installs verbose. Updated opencv version.

This commit is contained in:
SimLeek
2019-02-19 23:35:16 -07:00
parent 3152ca6a9b
commit fee015edec
3 changed files with 3 additions and 4 deletions

View File

@ -14,7 +14,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
readme = f.read()
REQUIRES = [
"opencv_python==3.4.2.17"
"opencv_python==4.0.0.21"
"localpubsub==0.0.1",
"numpy==1.16.1"
]