Skip to content

Commit aaad2c2

Browse files
authored
Change sklearn to scikit-learn in setup.py, as per #52
1 parent ced56d9 commit aaad2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
url='https://github.com/natekupp/ffx',
1616
packages=find_packages(exclude=['ffx_tests']),
1717
entry_points={'console_scripts': ['ffx = ffx.cli:main']},
18-
install_requires=['click>=5.0', 'contextlib2>=0.5.4', 'numpy', 'pandas', 'six', 'sklearn',],
18+
install_requires=['click>=5.0', 'contextlib2>=0.5.4', 'numpy', 'pandas', 'six', 'scikit-learn',],
1919
classifiers=[
2020
'Development Status :: 4 - Beta',
2121
'Environment :: Console',

0 commit comments

Comments
 (0)