Skip to content

Commit

Permalink
Bump nltk from 3.8.1 to 3.9 in the pip group across 1 directory (#187)
Browse files Browse the repository at this point in the history
* Bump nltk from 3.8.1 to 3.9 in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [nltk](https://github.com/nltk/nltk).


Updates `nltk` from 3.8.1 to 3.9
- [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog)
- [Commits](nltk/nltk@3.8.1...3.9)

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

Signed-off-by: dependabot[bot] <[email protected]>

* 3.9 has bug, using 3.9.1

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luca Soldaini <[email protected]>
  • Loading branch information
dependabot[bot] and soldni authored Aug 28, 2024
1 parent 3b86772 commit 59fe87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"fasttext-wheel==0.9.2",
"fsspec>=2023.6.0",
"msgspec>=0.14.2",
"nltk==3.8.1",
"nltk>=3.9.1",
"omegaconf>=2.3.0",
# "pycld2==0.41",
# "pycld3==0.22", # does not install correctly
Expand Down

0 comments on commit 59fe87c

Please sign in to comment.