From e539b9b70047ee27913a171e47d90c088b7e6b1d Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Fri, 26 Jul 2019 14:27:43 -0700 Subject: [PATCH] Pin numpy to 1.16.4 numpy numpy-1.17.0 requires python 3.5 Change-Id: I4bfffcf2bd7b4cf8c9246d15b6fbe819d86e695d Signed-off-by: Jessica Wagantall --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.16.6