Skip to content

Commit

Permalink
Fix pylint astroid sanity issue (apache#18275)
Browse files Browse the repository at this point in the history
* Fix pylint astroid sanity issue

Cherrypick apache@18e2014 from apache#18220
  • Loading branch information
ChaiBapchya committed May 11, 2020
1 parent 63e2b19 commit 38ec873
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/docker/install/requirements
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38ec873

Please sign in to comment.