Merge pull request #1376 from duohedron/master

Fix numpy version to 1.16.1 for Python 2.7

(cherry picked from commit baaac1f6f0)
This commit is contained in:
Robin Dunn
2019-10-04 20:33:30 -07:00
parent 0b599ca428
commit 4b2ad907a1

View File

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