Add numpy to requirements

numpy is required for a few unit tests.  Since requirements already includes pytest (and friends) for the sake of testing, it makes sense to ensure all required modules are present.
This commit is contained in:
Mesalu
2017-02-01 15:35:32 -08:00
committed by GitHub
parent a74fd1e110
commit d74f8708db

View File

@@ -8,3 +8,4 @@ requests
pytest
pytest-xdist
pytest-timeout
numpy