Skip to content

Commit

Permalink
Bump nltk from 3.8.1 to 3.9.1 (#1074)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Allen Wittenauer <[email protected]>
  • Loading branch information
dependabot[bot] and aw-was-here authored Sep 9, 2024
1 parent 1d45726 commit 5d08f21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-run.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ diskcache==5.6.3
jinja2==3.1.4
lxml==5.2.2
netifaces==0.11.0
nltk==3.8.1
nltk==3.9.1
normality==2.5.0
pid==3.0.4
pillow==10.3.0
Expand Down
1 change: 1 addition & 0 deletions setupnltk.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
ssl._create_default_https_context = _create_unverified_https_context # pylint: disable=protected-access

nltk.download('punkt')
nltk.download('punkt_tab')

0 comments on commit 5d08f21

Please sign in to comment.