From: Aric Gardner Date: Thu, 6 Jun 2019 17:48:27 +0000 (-0400) Subject: add numpy to requirements X-Git-Tag: v0.24.0~2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=edd5d1154bf0b77c1733d4a034125e220ba0a4c0;p=releng%2Flftools.git 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 --- 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