Files
Phoenix/requirements/install.txt
Robin Dunn e2be299412 Merge pull request #1398 from wxWidgets/python-3.8
Changes needed for Python 3.8

(cherry picked from commit ec1600d2cd)
2019-10-21 22:08:26 -07:00

7 lines
231 B
Plaintext

# 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'
six