nesting: Added ability to display tensors of any rank as multiple windows. Added to readme. lowered opencv_python requirement due to char* assertion bug.

This commit is contained in:
SimLeek
2019-02-20 22:08:06 -07:00
parent 27c3f86e01
commit 147bf9aaff
5 changed files with 33 additions and 11 deletions

View File

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