Skip to content

Commit

Permalink
Bump nltk from 3.5 to 3.9 in /lessons/5-NLP
Browse files Browse the repository at this point in the history
Bumps [nltk](https://github.com/nltk/nltk) from 3.5 to 3.9.
- [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog)
- [Commits](nltk/nltk@3.5...3.9)

---
updated-dependencies:
- dependency-name: nltk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 0ba9848 commit 7b38844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lessons/5-NLP/requirements-pytorch.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
gensim==3.8.3
huggingface==0.0.1
matplotlib
nltk==3.5
nltk==3.9
numpy==1.22.0
opencv-python==4.5.1.48
Pillow==10.3.0
Expand Down
2 changes: 1 addition & 1 deletion lessons/5-NLP/requirements-tf.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
gensim==3.8.3
huggingface==0.0.1
matplotlib
nltk==3.5
nltk==3.9
numpy==1.22.0
opencv-python==4.5.1.48
Pillow==10.3.0
Expand Down

0 comments on commit 7b38844

Please sign in to comment.