Third Party sw updates

This commit is contained in:
shaojunsong 2022-10-11 11:18:50 +08:00
parent 4cbf97af70
commit 8d56e841ba
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ numpy >= 1.17.0
protobuf >= 3.13.0 protobuf >= 3.13.0
asttokens >= 2.0.4 asttokens >= 2.0.4
pillow >= 6.2.0 pillow >= 6.2.0
scipy >= 1.5.2 scipy >= 1.5.4
matplotlib >= 3.1.3 # for ut test matplotlib >= 3.1.3 # for ut test
opencv-python >= 4.1.2.30 # for ut test opencv-python >= 4.1.2.30 # for ut test
sklearn >= 0.0 # for st test sklearn >= 0.0 # for st test

View File

@ -112,7 +112,7 @@ required_package = [
'protobuf >= 3.13.0', 'protobuf >= 3.13.0',
'asttokens >= 2.0.4', 'asttokens >= 2.0.4',
'pillow >= 6.2.0', 'pillow >= 6.2.0',
'scipy >= 1.5.2', 'scipy >= 1.5.4',
'packaging >= 20.0', 'packaging >= 20.0',
'psutil >= 5.6.1', 'psutil >= 5.6.1',
'astunparse >= 1.6.3' 'astunparse >= 1.6.3'