From 060304b36415ccb6fdd9fee7ac1784a8c9962772 Mon Sep 17 00:00:00 2001 From: ZhidanLiu Date: Fri, 4 Mar 2022 16:33:46 +0800 Subject: [PATCH] update pillow version --- requirements.txt | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2c9d4b7..6028c1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,10 @@ numpy >= 1.17.0 scipy >= 1.5.2 matplotlib >= 3.2.1 -pillow >= 6.2.0 +pillow >= 7.2.0 pytest >= 4.3.1 wheel >= 0.32.0 setuptools >= 40.8.0 scikit-learn >= 0.23.1 easydict >= 1.9 +opencv-python >= 4.1.2.30 \ No newline at end of file diff --git a/setup.py b/setup.py index 046d6fb..4e54435 100644 --- a/setup.py +++ b/setup.py @@ -129,7 +129,7 @@ setup( 'scipy >= 1.5.2', 'numpy >= 1.17.0', 'matplotlib >= 3.2.1', - 'pillow >= 6.2.0', + 'pillow >= 7.2.0', 'scikit-learn >= 0.23.1', 'easydict >= 1.9', 'opencv-python >= 4.1.2.30',