diff --git a/docs/requirements.txt b/docs/requirements.txt index 81141a6..ec42c01 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ pandas numpy statsmodels -sklearn \ No newline at end of file +scikit-learn diff --git a/setup.py b/setup.py index d5cabcd..9d5980b 100644 --- a/setup.py +++ b/setup.py @@ -62,6 +62,6 @@ 'pandas', 'numpy', 'statsmodels', - 'sklearn' + 'scikit-learn' ], )