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