From e371ae9c4990ba08fb2aa4ac1338afa0ba29a8cb Mon Sep 17 00:00:00 2001 From: dangqingqing Date: Mon, 15 May 2017 11:03:34 +0800 Subject: [PATCH] Remove opencv-python in python/setup.py. --- python/setup.py.in | 1 - 1 file changed, 1 deletion(-) diff --git a/python/setup.py.in b/python/setup.py.in index 7d9438e3f..5dfb46192 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -18,7 +18,6 @@ setup(name='paddle', "numpy", "protobuf==${PROTOBUF_VERSION}", "matplotlib", - "opencv-python", ], packages=packages, package_dir={ -- GitLab