Files
Phoenix/requirements/install.txt
2025-01-21 21:39:02 -05:00

6 lines
218 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 < 3.0
six
typing-extensions; python_version < '3.11'