From 2089015d4418f34dd3b2111c1bc384f0c5646053 Mon Sep 17 00:00:00 2001 From: Yi Wang Date: Sun, 22 Jan 2023 16:15:01 -0800 Subject: [PATCH] Do not limit pillow version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 709aeb1..827a493 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,5 +20,5 @@ numpy # Testing # For torchvision, use pillow<7 to avoid `ImportError: cannot import name 'PILLOW_VERSION' from 'PIL'` # See https://github.com/pytorch/vision/issues/1712 -pillow<7 +pillow multiprocess