From 8c26ac06c3b453e13da69bf5f35e5cda84259f10 Mon Sep 17 00:00:00 2001 From: Anudeep Tippabathuni <120025658+Anudeep007-hub@users.noreply.github.com> Date: Mon, 21 Jul 2025 18:22:44 +0530 Subject: [PATCH] Fixedissue #721: Changed the dependencies PIL and sklearn to pillow and scikit-learn respectively --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 185c7d64f..33d3f8ff6 100644 --- a/setup.py +++ b/setup.py @@ -23,8 +23,8 @@ "opencv-python", "pandas", "torchvision>=0.4.2", - "PIL", - "sklearn", + "pillow", + "scikit-learn", "tensorboard", "fairscale", ],