Skip to content

Commit

Permalink
Pillow is not yet available for Python3.8 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinD42 committed Oct 17, 2019
1 parent 382a624 commit 3431b21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/install.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Runtime dependencies needed when using wxPython Phoenix
numpy==1.16.1 ; python_version <= '2.7'
numpy ; python_version >= '3.0'
pillow
pillow ; sys_platform == 'win32' and python_version < '3.8'
pillow ; sys_platform != 'win32'
six

0 comments on commit 3431b21

Please sign in to comment.