Update tensorboardx requirement from <=2.5.1,>=2.2 to >=2.2,<=2.6 in /requirements (#17750)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-05 17:51:11 +00:00 committed by GitHub
parent be9761e5c4
commit 26088eef12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ pytest-cov ==4.0.0
pytest-rerunfailures ==10.3
pytest-random-order ==1.1.0
click ==8.1.3
tensorboardX >=2.2, <=2.5.1 # min version is set by torch.onnx missing attribute
tensorboardX >=2.2, <=2.6 # min version is set by torch.onnx missing attribute

View File

@ -7,4 +7,4 @@ omegaconf >=2.0.5, <2.4.0
hydra-core >=1.0.5, <1.4.0
jsonargparse[signatures] >=4.18.0, <4.22.0
rich >=12.3.0, <=13.0.1
tensorboardX >=2.2, <=2.5.1 # min version is set by torch.onnx missing attribute
tensorboardX >=2.2, <=2.6 # min version is set by torch.onnx missing attribute