Skip to content
This repository was archived by the owner on May 24, 2021. It is now read-only.

Commit 069ec2b

Browse files
committed
Bump NLTK version to 3.2.* in requirements.txt
We were holding off on this version bump because of a bug in 3.2, but this issue has now been fixed in 3.2.1, and the buggy version was removed from PyPI. Closes coala#509
1 parent a6597e8 commit 069ec2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cmakelint==1.*
2525
vim-vint==0.3.*
2626
# Stable version 3.2 is problematic in Windows.
2727
# Use >=3.3,==3.* once nltk-3.3 is released.
28-
nltk==3.1.*
28+
nltk==3.2.*
2929
appdirs==1.*
3030
pyyaml==3.*
3131
vulture==0.10.*

0 commit comments

Comments
 (0)