Pillow doesn't have a build for Python 3.9 yet

This commit is contained in:
Robin Dunn
2020-10-09 10:43:53 -07:00
parent 2e44b43121
commit 5854b11693

View File

@@ -1,5 +1,5 @@
# Runtime dependencies needed when using wxPython Phoenix
numpy < 1.17 ; python_version <= '2.7'
numpy ; python_version >= '3.0'
pillow
pillow ; python_version < '3.9'
six