Skip to content

Commit

Permalink
Revert "Pin nltk to 3.5 (#988)" (#990)
Browse files Browse the repository at this point in the history
A new version of nltk with the hotfix was released an hour ago:
- https://pypi.org/project/nltk/#history
- nltk/nltk#2693 (comment)

This reverts commit bda8a17.
  • Loading branch information
rosbo authored Apr 8, 2021
1 parent bda8a17 commit 7ef3615
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ RUN pip install /tmp/tfa_cpu/tensorflow*.whl && \
RUN apt-get install -y libfreetype6-dev && \
apt-get install -y libglib2.0-0 libxext6 libsm6 libxrender1 libfontconfig1 --fix-missing && \
pip install gensim && \
# b/184748065 remove pin to nltk once fix has been provided for the pytest production dependency.
pip install nltk==3.5 && \
pip install textblob && \
pip install wordcloud && \
pip install xgboost && \
Expand Down

0 comments on commit 7ef3615

Please sign in to comment.