Skip to content

Commit

Permalink
Limit nltk version due to pytest (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
mttk authored Apr 7, 2021
1 parent 8c1b52c commit bb8e19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand Down

0 comments on commit bb8e19b

Please sign in to comment.