From: Thanh Ha Date: Thu, 6 Jun 2019 21:25:37 +0000 (-0400) Subject: Move numpy dependency into coala linter X-Git-Tag: v0.24.0^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F28%2F15828%2F1;p=releng%2Flftools.git Move numpy dependency into coala linter The NLTK upstream library started depending on numpy so pull it in when calling Coala. Signed-off-by: Thanh Ha Change-Id: I50c4ee38eb84e570551ebc3dd8bd9d9d5cb4e473 --- diff --git a/requirements.txt b/requirements.txt index 860c359c..8e4b15b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ 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 diff --git a/tox.ini b/tox.ini index d6e72569..0c2e3411 100644 --- a/tox.ini +++ b/tox.ini @@ -29,6 +29,7 @@ deps = coala-bears detox~=0.18 nodeenv==1.1.2 + numpy commands = nodeenv -p npm install --global remark-cli remark-lint write-good