From 797a6f3ae81c49019d006296f1e0f84f431dc356 Mon Sep 17 00:00:00 2001 From: zhong-al Date: Tue, 20 Aug 2024 14:35:49 -0400 Subject: [PATCH] Update requirements --- 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", ],