From 5c72d4e1440563671c20cf45cc47270f65aceee0 Mon Sep 17 00:00:00 2001 From: AbdealiJK Date: Sat, 3 Sep 2016 18:01:12 +0530 Subject: [PATCH] requirements: Remove redundant comment abot nltk THe nltk versions were fixed a while back. THe comment is a remnant though, which can be removed now. Related to https://github.com/coala-analyzer/coala-bears/issues/509 --- requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f7e7624512..3493a56dfc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,8 +22,6 @@ cppclean==0.9.* pydocstyle==1.* cmakelint==1.* vim-vint==0.3.* -# Stable version 3.2 is problematic in Windows. -# Use >=3.3,==3.* once nltk-3.3 is released. nltk==3.2.* appdirs==1.* pyyaml==3.*