From e95b6c8b4e76d87d042e80802ab94f85ea168807 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 29 Aug 2023 18:35:09 -0700 Subject: [PATCH] Pin pillow to < 3.0 until they add a Windows 32bit build or we drop it. --- requirements/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/install.txt b/requirements/install.txt index 1ff7cac5..cab8345b 100644 --- a/requirements/install.txt +++ b/requirements/install.txt @@ -1,5 +1,5 @@ # Runtime dependencies needed when using wxPython Phoenix numpy < 1.17 ; python_version <= '2.7' numpy ; python_version >= '3.0' and python_version < '3.12' -pillow +pillow < 3.0 six