Code Review
/
releng
/
lftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
fcd29c1
)
add numpy to requirements
27/15827/1
author
Aric Gardner
<agardner@linuxfoundation.org>
Thu, 6 Jun 2019 17:48:27 +0000
(13:48 -0400)
committer
Aric 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
patch
|
blob
|
history
diff --git
a/requirements.txt
b/requirements.txt
index
8e4b15b
..
860c359
100644
(file)
--- 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