From 22ed62d710ac08225d707868b6abd02963b38901 Mon Sep 17 00:00:00 2001 From: Ozora Ogino <63685461+ozora-ogino@users.noreply.github.com> Date: Sun, 4 May 2025 18:25:53 +0900 Subject: [PATCH] Fix dependencies (#1) --- 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", ],