Commit 115da9d5 by Marcus Shawcroft Committed by Tianqi Chen

[DOCKER] Pin pylint==1.9.4 (#2727)

parent 29e0000b
...@@ -6,4 +6,4 @@ RUN apt-get update && apt-get install -y sudo wget ...@@ -6,4 +6,4 @@ RUN apt-get update && apt-get install -y sudo wget
COPY install/ubuntu_install_python.sh /install/ubuntu_install_python.sh COPY install/ubuntu_install_python.sh /install/ubuntu_install_python.sh
RUN bash /install/ubuntu_install_python.sh RUN bash /install/ubuntu_install_python.sh
RUN apt-get install -y doxygen graphviz RUN apt-get install -y doxygen graphviz
RUN pip3 install cpplint pylint==2.2.2 mypy RUN pip3 install cpplint pylint==1.9.4 mypy
...@@ -5,5 +5,5 @@ set -u ...@@ -5,5 +5,5 @@ set -u
set -o pipefail set -o pipefail
# install libraries for python package on ubuntu # install libraries for python package on ubuntu
pip2 install nose pylint==2.2.2 six numpy nose-timer cython decorator scipy tornado typing antlr4-python2-runtime attrs pip2 install nose pylint==1.9.4 six numpy nose-timer cython decorator scipy tornado typing antlr4-python2-runtime attrs
pip3 install nose pylint==2.2.2 six numpy nose-timer cython decorator scipy tornado typed_ast pytest mypy orderedset antlr4-python3-runtime attrs pip3 install nose pylint==1.9.4 six numpy nose-timer cython decorator scipy tornado typed_ast pytest mypy orderedset antlr4-python3-runtime attrs
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment