diff --git a/setup.py b/setup.py index abe5e548..a798cca2 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def _get_version(): # for improved dataset pickling "dill", # for tokenization and data encoded in tree structure - "nltk>=3.0", + "nltk>=3.0,<3.6", # for improved csv parsing "pandas;python_version>='3.7'", "pandas<1.2.0;python_version<'3.7'",