From 3e6f884a89fc6b4c621625fbbf8e46c8780931f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Thu, 1 Jul 2021 15:16:38 +0200 Subject: [PATCH] Avoid Pillow 8.3.0 due to errors with numpy (#8234) * Avoid Pillow 8.3.0 * Move it to last --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index af311aa4c7..15c0fcbbab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,3 +11,4 @@ torchmetrics>=0.4.0 pyDeprecate==0.3.1 packaging>=17.0 typing-extensions # TypedDict support for python<3.8 +pillow!=8.3.0 # TODO: delete line after https://github.com/python-pillow/Pillow/issues/5571