From 9caa8527990322ebb1ec30f5da782a3ba74cb3af Mon Sep 17 00:00:00 2001 From: "whitesource-for-github-com[bot]" Date: Tue, 1 Feb 2022 01:17:55 +0000 Subject: [PATCH] Update dependency scikit-learn to v1 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 6e6b90c..1aeedb6 100644 --- a/Pipfile +++ b/Pipfile @@ -29,7 +29,7 @@ regex = "==2020.11.13" requests = "==2.25.1" scipy = "==1.6.3" six = "==1.15.0" -scikit-learn = "==0.24.2" +scikit-learn = "==1.0.2" sparse-dot-topn = "==0.3.1" toml = "==0.10.2" typed-ast = "==1.4.1"