Skip to content

Commit 0bdbf4d

Browse files
dependabot[bot]Borda
authored andcommitted
Update tqdm requirement from <=4.63.0,>=4.57.0 to >=4.57.0,<4.65.0 in /requirements (#13875)
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](tqdm/tqdm@v4.57.0...v4.64.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <[email protected]>
1 parent ba7f89c commit 0bdbf4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/pytorch/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
numpy>=1.17.2, <1.23.1
55
torch>=1.9.*, <=1.12.0
6-
tqdm>=4.57.0, <=4.63.0
6+
tqdm>=4.57.0, <4.65.0
77
PyYAML>=5.4, <=6.0
88
fsspec[http]>=2021.05.0, !=2021.06.0, <2022.6.0
99
tensorboard>=2.9.1, <2.10.0

0 commit comments

Comments
 (0)