Skip to content

Commit e1f9714

Browse files
dependabot[bot]lantiga
authored andcommitted
Update tensorboardx requirement from <=2.6,>=2.2 to >=2.2,<=2.6.1 in /requirements (#17863)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit d2cfb70)
1 parent 8f3389d commit e1f9714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/fabric/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ pytest ==7.3.1
33
pytest-cov ==4.0.0
44
pytest-rerunfailures ==10.3
55
click ==8.1.3
6-
tensorboardX >=2.2, <=2.6 # min version is set by torch.onnx missing attribute
6+
tensorboardX >=2.2, <=2.6.1 # min version is set by torch.onnx missing attribute

requirements/pytorch/extra.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ omegaconf >=2.0.5, <2.4.0
77
hydra-core >=1.0.5, <1.4.0
88
jsonargparse[signatures] >=4.18.0, <4.22.0
99
rich >=12.3.0, <=13.4.2
10-
tensorboardX >=2.2, <=2.6 # min version is set by torch.onnx missing attribute
10+
tensorboardX >=2.2, <=2.6.1 # min version is set by torch.onnx missing attribute

0 commit comments

Comments
 (0)