Skip to content

Commit 75b95c5

Browse files
committed
Wrok around bug in nltk 3.6 #2480
See also nltk/nltk#2690 Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 6c43e29 commit 75b95c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup-mini.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ install_requires =
7575
license_expression >= 0.99
7676
lxml >= 4.0.0, < 5.0.0
7777
MarkupSafe >= 0.23
78-
nltk >= 3.2, < 4.0
78+
nltk >= 3.2, !=3.6, < 4.0
7979
packageurl_python >= 0.7.0
8080
pdfminer.six >= 20170720
8181
pefile >= 2018.8.8

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ install_requires =
7575
license_expression >= 0.99
7676
lxml >= 4.0.0, < 5.0.0
7777
MarkupSafe >= 0.23
78-
nltk >= 3.2, < 4.0
78+
nltk >= 3.2, !=3.6, < 4.0
7979
packageurl_python >= 0.7.0
8080
pdfminer.six >= 20170720
8181
pefile >= 2018.8.8

0 commit comments

Comments
 (0)