Skip to content

Commit

Permalink
Change sklearn to scikit-learn in setup.py, as per #52
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmcd authored Dec 8, 2023
1 parent ced56d9 commit aaad2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
url='https://github.com/natekupp/ffx',
packages=find_packages(exclude=['ffx_tests']),
entry_points={'console_scripts': ['ffx = ffx.cli:main']},
install_requires=['click>=5.0', 'contextlib2>=0.5.4', 'numpy', 'pandas', 'six', 'sklearn',],
install_requires=['click>=5.0', 'contextlib2>=0.5.4', 'numpy', 'pandas', 'six', 'scikit-learn',],
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
Expand Down

0 comments on commit aaad2c2

Please sign in to comment.