From 38ec873c3e574c78c050ebe3fa2b904be1975e7a Mon Sep 17 00:00:00 2001 From: Chaitanya Prakash Bapat Date: Mon, 11 May 2020 10:03:06 -0700 Subject: [PATCH] Fix pylint astroid sanity issue (#18275) * Fix pylint astroid sanity issue Cherrypick https://github.com/apache/incubator-mxnet/commit/18e2014004eb52e34db926d47202f1add5ff817f from #18220 --- ci/docker/install/requirements | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/docker/install/requirements b/ci/docker/install/requirements index 2d5125e8e2da..fee6a8be01c4 100644 --- a/ci/docker/install/requirements +++ b/ci/docker/install/requirements @@ -27,7 +27,8 @@ mock==2.0.0 nose==1.3.7 nose-timer==0.7.3 numpy>1.16.0,<2.0.0 -pylint==2.3.1; python_version >= '3.0' +pylint==2.3.1 # pylint and astroid need to be aligned +astroid==2.3.3 # pylint and astroid need to be aligned requests<2.19.0,>=2.18.4 scipy==1.2.1 six==1.11.0