From 58609a50df1bc6020878e76cb8b2f2bca80b1a36 Mon Sep 17 00:00:00 2001 From: AlexanderDBolton Date: Wed, 27 Aug 2025 07:26:29 +0100 Subject: [PATCH 1/2] sklearn -> scikit-learn --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ], ) From 5008f41b04c6d87467f193498ee3befc624d7a66 Mon Sep 17 00:00:00 2001 From: AlexanderDBolton Date: Wed, 27 Aug 2025 07:27:07 +0100 Subject: [PATCH 2/2] sklearn -> scikit-learn --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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