Skip to content

Commit 5a4cb0e

Browse files
authored
Remove flake8 (#1169)
This package is causing a downgrade of the `importlib-metadata` package which is causing a cascading number of reinstalls: https://github.com/PyCQA/flake8/blob/9f608813b80caf5a966e44d4bfb5e032159eb3e2/setup.cfg#L45 Flake8 is a style checker for Python but we are not using it AFAIK. We don't have Jupyter plugins for it neither.
1 parent 5fdd5b8 commit 5a4cb0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ RUN apt-get install -y libfreetype6-dev && \
179179
pip install wordcloud && \
180180
pip install xgboost && \
181181
pip install pydot && \
182-
pip install flake8 && \
183182
# Pinned because it breaks theano test with the latest version (b/178107003).
184183
pip install theano-pymc==1.0.11 && \
185184
pip install python-Levenshtein && \

0 commit comments

Comments
 (0)