diff --git a/setup.py b/setup.py index 6e47429d..2dab0daf 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ "absl-py", "charcut>=1.1.1", # for charcut_mt "cer>=1.2.0", # for characTER - "nltk", # for NIST and probably others + "nltk<3.9", # for NIST and probably others; temporarily pin < 3.9 to avoid "Resource punkt_tab not found" (GH-622) "pytest", "pytest-datadir", "pytest-xdist",