From d0704e98fdc32a64d00f640a19efd6fca49c02ec Mon Sep 17 00:00:00 2001 From: Isaias Velasquez <135616515+ivelasquez-rl@users.noreply.github.com> Date: Fri, 26 Apr 2024 09:47:08 -0300 Subject: [PATCH] Update requirements.txt scikit-learn dependency is now called 'scikit-learn' instead of sklearn. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5652102..188f898 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ tensorflow tensorflow_datasets tensorflow_hub matplotlib -sklearn +scikit-learn numpy requests PILLOW