From 7a2de05ed5eb9e2b23013fcfdb127cd6091dd5da Mon Sep 17 00:00:00 2001 From: Ahmed Nabil <72295771+AI-Ahmed@users.noreply.github.com> Date: Fri, 1 Sep 2023 19:33:59 +0300 Subject: [PATCH] sklearn installation problem The name of the package is not aligned with the purposed package. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 140fdf8d..1b5d3dbb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ pyyaml>=5.3.1 tensorboard future scipy>=1.6.0 -sklearn +scikit-learn==1.3.0