From 990edb0223a9a5897660e9b3c0e42e2c0c6865a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:41:36 +0000 Subject: [PATCH] Bump tqdm from 4.26.0 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.26.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.26.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d537ae..69d1474 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ license='MPL-2.0', packages=['subspace_inference'], install_requires=[ - 'tqdm==4.26.0', + 'tqdm==4.66.3', 'numpy>=1.14.3', 'torchvision>=0.2.1', 'gpytorch>=0.1.0rc4',