From 147b5ec364fe1276b9155679b0ddaf913275b288 Mon Sep 17 00:00:00 2001 From: Naoki Kobayashi Date: Fri, 2 Sep 2022 18:54:26 +0900 Subject: [PATCH] remove Pillow version limit see: https://github.com/pytorch/vision/pull/4939 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 732783f..eb6cb94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ requests==2.25.1 numpy==1.20.2 geojson==2.5.0 xmltodict==0.12.0 -Pillow==8.3.2 -opencv-python==4.5.3.56 \ No newline at end of file +Pillow>=8.3.2 +opencv-python==4.5.3.56