Fix numpy version for Python 3

This commit is contained in:
duohedron
2019-09-30 21:29:07 +02:00
parent 956f48c2d7
commit 851b7bf353

View File

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