From 7692249e873b233990d9c19151d139b8014a018f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Murad=20A=C4=9Fayev?= Date: Mon, 9 Sep 2024 23:18:46 -0800 Subject: [PATCH] Replace sklarn with scikit-learn and PIL with Pillow --- setup.cfg | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index bde7f4dc7..75ee26ee0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ line_length=100 multi_line_output=4 known_standard_library=numpy,setuptools known_myself=slowfast -known_third_party=fvcore,iopath,av,torch,pycocotools,yacs,termcolor,scipy,simplejson,matplotlib,detectron2,torchvision,yaml,tqdm,psutil,opencv-python,pandas,tensorboard,moviepy,sklearn,cv2,PIL +known_third_party=fvcore,iopath,av,torch,pycocotools,yacs,termcolor,scipy,simplejson,matplotlib,detectron2,torchvision,yaml,tqdm,psutil,opencv-python,pandas,tensorboard,moviepy,scikit-learn,cv2,Pillow no_lines_before=STDLIB,THIRDPARTY sections=FUTURE,STDLIB,THIRDPARTY,myself,FIRSTPARTY,LOCALFOLDER default_section=FIRSTPARTY diff --git a/setup.py b/setup.py index 185c7d64f..c89c80904 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", ],