From 88c7b1c0f4b6d295644b7548b76ff2da31accb6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:30:58 +0000 Subject: [PATCH] Bump nltk Bumps [nltk](https://github.com/nltk/nltk) from 3.7 to 3.9. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.7...3.9) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../research_projects/decision_transformer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minillm/transformers/examples/research_projects/decision_transformer/requirements.txt b/minillm/transformers/examples/research_projects/decision_transformer/requirements.txt index 2d510dde..27993ec3 100644 --- a/minillm/transformers/examples/research_projects/decision_transformer/requirements.txt +++ b/minillm/transformers/examples/research_projects/decision_transformer/requirements.txt @@ -115,7 +115,7 @@ mujoco-py==2.1.2.14 multidict==6.0.2 multiprocess==0.70.12.2 mypy-extensions==0.4.3 -nltk==3.7 +nltk==3.9 numba==0.55.1 numpy==1.22.3 oauthlib==3.2.2