Files
Phoenix/requirements/install.txt
2019-10-24 10:42:40 -07:00

6 lines
141 B
Plaintext

# Runtime dependencies needed when using wxPython Phoenix
numpy==1.16.1 ; python_version <= '2.7'
numpy ; python_version >= '3.0'
pillow
six