mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Pin pillow to < 3.0 until they add a Windows 32bit build or we drop it.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Runtime dependencies needed when using wxPython Phoenix
|
# Runtime dependencies needed when using wxPython Phoenix
|
||||||
numpy < 1.17 ; python_version <= '2.7'
|
numpy < 1.17 ; python_version <= '2.7'
|
||||||
numpy ; python_version >= '3.0' and python_version < '3.12'
|
numpy ; python_version >= '3.0' and python_version < '3.12'
|
||||||
pillow
|
pillow < 3.0
|
||||||
six
|
six
|
||||||
|
|||||||
Reference in New Issue
Block a user