Skip to content

Commit

Permalink
Remove flake8 (Kaggle#1169)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rosbo committed Jun 15, 2022
1 parent 5fdd5b8 commit 5a4cb0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ RUN apt-get install -y libfreetype6-dev && \
pip install wordcloud && \
pip install xgboost && \
pip install pydot && \
pip install flake8 && \
# Pinned because it breaks theano test with the latest version (b/178107003).
pip install theano-pymc==1.0.11 && \
pip install python-Levenshtein && \
Expand Down

0 comments on commit 5a4cb0e

Please sign in to comment.