From a858c5889c4737da43ff17af40aa91f675b2fbfd Mon Sep 17 00:00:00 2001 From: Roman Donchenko Date: Thu, 8 Jul 2021 16:36:25 +0300 Subject: [PATCH] Revert "Add an upper bound on the Pillow dependency to work around a regression in 8.3 (#323)" (#341) The regression was fixed in 8.3.1. This reverts commit 9a85616aee85159d8925b9bc51073eb032216e47. --- requirements-core.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-core.txt b/requirements-core.txt index 189654961d9d..8fa8c7619b50 100644 --- a/requirements-core.txt +++ b/requirements-core.txt @@ -4,7 +4,7 @@ GitPython>=3.0.8 lxml>=4.4.1 matplotlib>=3.3.1 numpy>=1.17.3 -Pillow>=6.1.0,<8.3 # upper bound due to https://github.com/python-pillow/Pillow/issues/5571 +Pillow>=6.1.0 # Avoid 2.0.2 Linux binary distribution because of # a conflict in numpy versions with TensorFlow: