Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: nltk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent 5ba79f2 commit 7b5c0c0
Show file tree
Hide file tree
Showing 2 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
Expand Up @@ -19,7 +19,7 @@ tensorflow-probability==0.24.0
faster-whisper==1.0.3
python-dotenv==1.0.1
pyannote.audio==3.2.0
nltk==3.8.1
nltk==3.9.1
torchvision
ctranslate2==4.4.0
pandas==2.2.2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"faster-whisper==1.0.3",
"python-dotenv==1.0.1",
"pyannote-audio==3.2.0",
"nltk==3.8.1",
"nltk==3.9.1",
"torchvision",
"ctranslate2==4.4.0",
"pandas==2.2.2",
Expand All @@ -43,7 +43,7 @@
"python-dotenv==1.0.1",
"faster-whisper==1.0.3",
"pyannote-audio==3.2.0",
"nltk==3.8.1",
"nltk==3.9.1",
"torchvision",
"ctranslate2==4.4.0",
"pandas==2.2.2",
Expand Down

0 comments on commit 7b5c0c0

Please sign in to comment.