diff --git a/poetry.lock b/poetry.lock index 10de0a7..3a0466e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -992,13 +992,13 @@ test = ["pytest (>=7.2)", "pytest-cov (>=4.0)"] [[package]] name = "nltk" -version = "3.8.1" +version = "3.8.2" description = "Natural Language Toolkit" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "nltk-3.8.1-py3-none-any.whl", hash = "sha256:fd5c9109f976fa86bcadba8f91e47f5e9293bd034474752e92a520f81c93dda5"}, - {file = "nltk-3.8.1.zip", hash = "sha256:1834da3d0682cba4f2cede2f9aad6b0fafb6461ba451db0efb6f9c39798d64d3"}, + {file = "nltk-3.8.2-py3-none-any.whl", hash = "sha256:bae044ae22ebe0b694a87c0012233373209f27d5c76d3572599c842740a62fe0"}, + {file = "nltk-3.8.2.tar.gz", hash = "sha256:9c051aa981c6745894906d5c3aad27417f3d1c10d91eefca50382fc922966f31"}, ] [package.dependencies] @@ -2584,4 +2584,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "99b991ee8b49d9c79c32345b5e5f5b69e900b48cb19ecceaf505332777c0006a" +content-hash = "19a925eb5db147f9909143858d70be4040f073b0b34954e1c0c99bc40e71061d" diff --git a/pyproject.toml b/pyproject.toml index 0a0169f..872d1ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ scikit-learn = "1.5.1" tqdm = "4.66.4" torch = "2.4.0" evaluate = "0.4.2" -nltk = "3.8.1" +nltk = "3.8.2" accelerate = "0.33.0" tensorboardX = "2.6.2.2"