Skip to content

Commit

Permalink
build(deps): bump nltk from 3.7 to 3.9 (#18)
Browse files Browse the repository at this point in the history
Bumps [nltk](https://github.com/nltk/nltk) from 3.7 to 3.9.
- [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog)
- [Commits](nltk/nltk@3.7...3.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent c079d65 commit fe891d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tensorflow>=2.11.1
nltk==3.7
nltk==3.9
bs4==0.0.1
scikit-learn==1.2.2
Pillow==10.3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def run_tests(self):
"tqdm==4.66.3",
"bs4==0.0.1",
"pandas==1.4.2",
"nltk==3.7",
"nltk==3.9",
"tensorflow>=2.11.1",
"scikit-learn==1.2.2",
"joblib==1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion streamlit/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ joblib
tqdm
nltk
tensorflow>=2.11.1
nltk==3.7
nltk==3.9
bs4==0.0.1
scikit-learn >=1.2.1
Pillow==10.3.0
Expand Down

0 comments on commit fe891d9

Please sign in to comment.