From e05166ae4189a0b72582bcb6fe42a9426b8024ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 01:58:46 +0000 Subject: [PATCH] Update tqdm requirement in /requirements 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.57.0...v4.65.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pytorch/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch/base.txt b/requirements/pytorch/base.txt index f80072c38016c..a7577aba72753 100644 --- a/requirements/pytorch/base.txt +++ b/requirements/pytorch/base.txt @@ -3,7 +3,7 @@ numpy >=1.17.2, <1.24.4 torch >=1.11.0, <=2.0.0 -tqdm >=4.57.0, <4.65.0 +tqdm >=4.57.0, <4.66.0 PyYAML >=5.4, <=6.0 fsspec[http] >2021.06.0, <2023.5.0 torchmetrics >=0.7.0, <0.12.0 # needed for using fixed compare_version