Skip to content

Commit 7ef3615

Browse files
authored
Revert "Pin nltk to 3.5 (#988)" (#990)
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.
1 parent bda8a17 commit 7ef3615

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ RUN pip install /tmp/tfa_cpu/tensorflow*.whl && \
7777
RUN apt-get install -y libfreetype6-dev && \
7878
apt-get install -y libglib2.0-0 libxext6 libsm6 libxrender1 libfontconfig1 --fix-missing && \
7979
pip install gensim && \
80-
# b/184748065 remove pin to nltk once fix has been provided for the pytest production dependency.
81-
pip install nltk==3.5 && \
8280
pip install textblob && \
8381
pip install wordcloud && \
8482
pip install xgboost && \

0 commit comments

Comments
 (0)