Skip to content

Commit faa43e3

Browse files
committed
Remove unused dependencies
1 parent c852003 commit faa43e3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

python/setup.py.in

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,5 @@ setup(name='paddle',
1515
packages=packages,
1616
package_dir={
1717
'': '${CMAKE_CURRENT_SOURCE_DIR}'
18-
},
19-
install_requires = [
20-
'scikit-learn>=0.18.0',
21-
'scipy>=0.18.0',
22-
]
18+
}
2319
)

0 commit comments

Comments
 (0)