Skip to content

Commit

Permalink
Update dependency nltk to v3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 10, 2024
1 parent cd87ccb commit 9253d60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
click==8.1.7
numpy==1.26.4
nltk==3.8.1
nltk==3.8.2
scikit-learn==1.5.1
vaderSentiment==3.3.2
pandas==2.2.2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ python_requires >=3.9,<3.11
install_requires =
click==8.1.7
numpy==1.26.4
nltk==3.8.1
nltk==3.8.2
scikit-learn==1.5.1
vaderSentiment==3.3.2
pandas==2.2.2
Expand Down

0 comments on commit 9253d60

Please sign in to comment.