From 159a86da2783a981c076a85564f2767af580d4ff Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 17 Oct 2019 19:57:25 -0700 Subject: [PATCH] Just exclude Pillow entirely, for now --- requirements/install.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/install.txt b/requirements/install.txt index 7762edfe..159b7094 100644 --- a/requirements/install.txt +++ b/requirements/install.txt @@ -1,6 +1,6 @@ # Runtime dependencies needed when using wxPython Phoenix numpy==1.16.1 ; python_version <= '2.7' numpy ; python_version >= '3.0' -pillow ; sys_platform == 'win32' and python_version < '3.8' -pillow ; sys_platform != 'win32' +# pillow ; sys_platform == 'win32' and python_version < '3.8' +# pillow ; sys_platform != 'win32' six