Files
Phoenix/requirements/install.txt
2023-05-31 16:32:42 -07:00

6 lines
168 B
Plaintext

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