From 8a5f4bddbc8d0e8e1c3c91fe914fb7756f4327da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 19:09:53 +0000 Subject: [PATCH] Build(deps): update tqdm requirement from ~=4.65.0 to ~=4.66.4 Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.65.0...v4.66.4) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f388861..ce57b0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ numpy~=1.24.2 nptyping~=2.5.0 matplotlib~=3.7.1 scipy~=1.10.1 -tqdm~=4.65.0 +tqdm~=4.66.4 torch~=2.0.1 scikit-learn~=1.2.2