Pin pillow to < 3.0 until they add a Windows 32bit build or we drop it.

This commit is contained in:
Robin Dunn
2023-08-29 18:35:09 -07:00
parent e01138a0bf
commit e95b6c8b4e

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' and python_version < '3.12'
pillow
pillow < 3.0
six