Skip to content

Commit

Permalink
fix NLTK to 3.8.1 to work around punkt issue with 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom O'Hara committed Sep 22, 2024
1 parent 8c2afd1 commit ebf38e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ lxml
mako
matplotlib
more_itertools
nltk
## bad: nltk
nltk==3.8.1
numpy>=1.18.5
pandas>=1.3.0
pyaml
Expand Down

0 comments on commit ebf38e8

Please sign in to comment.