Skip to content

Commit

Permalink
Add nltk requirement to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney authored Oct 24, 2024
1 parent 09f804b commit be87631
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 @@ -39,7 +39,7 @@
'pandas',
'scipy',
'scikit-learn',
'nltk',
'nltk>=3.9.1',
'datefinder',
'matplotlib',
'seaborn',
Expand Down

0 comments on commit be87631

Please sign in to comment.