|
|
@ -15,7 +15,8 @@ setup_requires=["requests",
|
|
|
|
"protobuf==3.1",
|
|
|
|
"protobuf==3.1",
|
|
|
|
"recordio",
|
|
|
|
"recordio",
|
|
|
|
"matplotlib",
|
|
|
|
"matplotlib",
|
|
|
|
"rarfile"]
|
|
|
|
"rarfile",
|
|
|
|
|
|
|
|
"scipy>=0.19.0"]
|
|
|
|
|
|
|
|
|
|
|
|
if '${CMAKE_SYSTEM_PROCESSOR}' not in ['arm', 'armv7-a', 'aarch64']:
|
|
|
|
if '${CMAKE_SYSTEM_PROCESSOR}' not in ['arm', 'armv7-a', 'aarch64']:
|
|
|
|
setup_requires+=["opencv-python"]
|
|
|
|
setup_requires+=["opencv-python"]
|
|
|
|