From faa43e3682a993450653904c9a66ad7f37c182f3 Mon Sep 17 00:00:00 2001 From: Yu Yang Date: Tue, 28 Feb 2017 14:02:09 +0800 Subject: [PATCH] Remove unused dependencies --- python/setup.py.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/python/setup.py.in b/python/setup.py.in index c7e46293b7..68ca35265c 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -15,9 +15,5 @@ setup(name='paddle', packages=packages, package_dir={ '': '${CMAKE_CURRENT_SOURCE_DIR}' - }, - install_requires = [ - 'scikit-learn>=0.18.0', - 'scipy>=0.18.0', - ] + } ) -- GitLab