Files
Phoenix/requirements/install.txt
2019-10-17 19:57:25 -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