From 3db85f89c378765efae23ed989e45bfd2d2983fd Mon Sep 17 00:00:00 2001 From: Timbot-42 Date: Mon, 12 Jun 2023 17:47:42 +0100 Subject: [PATCH] Update Pipfile for scikit-learn --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 992db93..203928a 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ pylint = "*" [packages] pandas = "*" -sklearn = "*" +scikit-learn = "*" scipy = "*" numpy = "*" cython = "*"