From cadec80b8afc79eeec91878b87e6dab583126d7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:38:04 +0000 Subject: [PATCH] Bump tqdm in /Lab3-NN-Sentiment-Classification/PreparationLab/src Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.19.4 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.19.4...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../PreparationLab/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lab3-NN-Sentiment-Classification/PreparationLab/src/requirements.txt b/Lab3-NN-Sentiment-Classification/PreparationLab/src/requirements.txt index 5b20663..dc62a64 100644 --- a/Lab3-NN-Sentiment-Classification/PreparationLab/src/requirements.txt +++ b/Lab3-NN-Sentiment-Classification/PreparationLab/src/requirements.txt @@ -1,4 +1,4 @@ numpy==1.13.1 -tqdm==4.19.4 +tqdm==4.66.3 torch==0.4.1 scikit_learn==0.20.2