Delete the unuse opensource

This commit is contained in:
dingpeifei 2021-09-09 17:32:30 +08:00
parent 53bc44266b
commit 4b1276cdb3
2 changed files with 0 additions and 4 deletions

View File

@ -3,8 +3,6 @@ protobuf >= 3.13.0
asttokens >= 1.1.13 asttokens >= 1.1.13
pillow >= 6.2.0 pillow >= 6.2.0
scipy >= 1.5.2 scipy >= 1.5.2
wheel >= 0.32.0
setuptools >= 40.8.0
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

@ -113,8 +113,6 @@ required_package = [
'asttokens >= 1.1.13', 'asttokens >= 1.1.13',
'pillow >= 6.2.0', 'pillow >= 6.2.0',
'scipy >= 1.5.2', 'scipy >= 1.5.2',
'wheel >= 0.32.0',
'setuptools >= 40.8.0',
'packaging >= 20.0', 'packaging >= 20.0',
'psutil >= 5.6.1' 'psutil >= 5.6.1'
] ]