Fix numpy version to 1.16.1 for Python 2.7

This commit is contained in:
duohedron
2019-09-25 11:15:06 +02:00
parent f76a71a20e
commit 956f48c2d7

View File

@@ -1,4 +1,4 @@
# Runtime dependencies needed when using wxPython Phoenix
numpy
numpy==1.16.1 ; python_version <= '2.7'
pillow
six