diff --git a/setup.py b/setup.py index 70f5689..54f43a1 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.core import setup requirements = [ - "sklearn", + "scikit-learn", "scipy", "numpy", "matplotlib" @@ -27,4 +27,4 @@ install_requires=requirements, zip_safe=False, keywords='semisup-learn', -) \ No newline at end of file +)