From c86b4563a0a9cbe61793bd700d8442289baaf066 Mon Sep 17 00:00:00 2001 From: Oleksandr Chychkan Date: Wed, 18 Aug 2021 19:58:48 -0700 Subject: [PATCH] Upgrade Pillow to 8.2.0 --- requirements.txt | 2 +- requirements_3.6.txt | 2 +- requirements_3.9.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index d2d1003..1c4f98a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ tensorflow==2.5.0 colorama==0.4.3 tqdm==4.47.0 ffmpeg-python==0.2.0 -Pillow==7.2.0 +Pillow==8.2.0 scikit-image==0.17.2 h5py==3.1.0 PyQt5==5.15.4 diff --git a/requirements_3.6.txt b/requirements_3.6.txt index 72c6cbf..4be324d 100644 --- a/requirements_3.6.txt +++ b/requirements_3.6.txt @@ -5,7 +5,7 @@ tensorflow==1.15.2 colorama==0.4.3 tqdm==4.47.0 ffmpeg-python==0.2.0 -Pillow==7.2.0 +Pillow==8.2.0 scikit-image==0.17.2 h5py==2.10.0 PyQt5==5.15.4 diff --git a/requirements_3.9.txt b/requirements_3.9.txt index be54b33..0975894 100644 --- a/requirements_3.9.txt +++ b/requirements_3.9.txt @@ -5,7 +5,7 @@ tensorflow==2.5.0 colorama==0.4.3 tqdm==4.47.0 ffmpeg-python==0.2.0 -Pillow==7.2.0 +Pillow==8.2.0 scikit-image==0.18.0 h5py==3.1.0 PyQt5==5.15.4