From edd5d1154bf0b77c1733d4a034125e220ba0a4c0 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Thu, 6 Jun 2019 13:48:27 -0400 Subject: [PATCH] add numpy to requirements 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 Change-Id: I5b9b69a91919135268e41a7ea6a7cc775a83e580 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 8e4b15b8..860c359c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 -- 2.16.6