add numpy to requirements 27/15827/1
authorAric Gardner <agardner@linuxfoundation.org>
Thu, 6 Jun 2019 17:48:27 +0000 (13:48 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Thu, 6 Jun 2019 17:49:31 +0000 (13:49 -0400)
I dont understand why this error suddenly appeared.
Or what is pulling in NumPy

But this fixed it for a local run

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I5b9b69a91919135268e41a7ea6a7cc775a83e580

requirements.txt

index 8e4b15b..860c359 100644 (file)
@@ -3,6 +3,7 @@ docker
 glob2  # Needed for Python < 3.5 recursive glob support
 defusedxml # Needed due to tox complains on parseString not safe
 jsonschema~=2.6.0
+numpy
 requests>=2.20.0
 ruamel.yaml
 setuptools>=36.5.0