From: Jessica Wagantall Date: Fri, 26 Jul 2019 21:27:43 +0000 (-0700) Subject: Pin numpy to 1.16.4 X-Git-Tag: v0.40.0~8 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=e539b9b70047ee27913a171e47d90c088b7e6b1d;p=releng%2Fglobal-jjb.git Pin numpy to 1.16.4 numpy numpy-1.17.0 requires python 3.5 Change-Id: I4bfffcf2bd7b4cf8c9246d15b6fbe819d86e695d Signed-off-by: Jessica Wagantall --- diff --git a/tox.ini b/tox.ini index 54b2761d..1e9b8581 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,8 @@ deps = requests~=2.21.0 # Markdown lint requires nodejs nodeenv - numpy + # numpy-1.17.0 requires python 3.5 + numpy~=1.16.4 commands = nodeenv -p npm install --global remark-cli remark-lint write-good