fix requirement config for flowers dataset

gangliao-patch-1
wanghaoshuang 8 years ago
parent 80642bee00
commit fc5972ba2c

@ -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"]

Loading…
Cancel
Save