From 62527c70a042543bbd287742416220756d3d5407 Mon Sep 17 00:00:00 2001 From: wakamezake Date: Sat, 19 Sep 2020 19:36:44 +0900 Subject: [PATCH] uncomment install libraries because library installation during development. --- setup.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index b42d5ea..1b75ef4 100644 --- a/setup.py +++ b/setup.py @@ -13,12 +13,13 @@ long_description = DESCRIPTION REQUIRED = [ - # 'opencv-python', - # 'numpy', - # 'matplotlib', - # 'skimage.io', - # 'tifffile', - # 'tqdm', + 'opencv-python', + 'numpy', + 'matplotlib', + 'skimage.io', + 'tifffile', + 'tqdm', + 'Pillow' ] setup(