diff --git a/python/setup.py.in b/python/setup.py.in index c7e46293b79fe0f8e92f7425247ddefef6777a62..68ca35265cf13265ad0b171b0f70e20b83006ff9 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', - ] + } )