Files
Phoenix/requirements/install.txt
2020-10-22 15:18:06 -07:00

6 lines
140 B
Plaintext

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