Update tensorboardx requirement from <=2.6.1,>=2.2 to >=2.2,<=2.6.2 in /requirements (#18243)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-08 12:05:55 +02:00 committed by GitHub
parent cee05ea029
commit 6861c97ae8
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,5 +4,5 @@ pytest-cov ==4.1.0
pytest-rerunfailures ==10.3
pytest-random-order ==1.1.0
click ==8.1.6
tensorboardX >=2.2, <=2.6.1 # min version is set by torch.onnx missing attribute
tensorboardX >=2.2, <=2.6.2 # min version is set by torch.onnx missing attribute
torchmetrics >=0.7.0, <1.1.0 # needed for using fixed compare_version

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.23.0 # strict
rich >=12.3.0, <=13.4.2
tensorboardX >=2.2, <=2.6.1 # min version is set by torch.onnx missing attribute
tensorboardX >=2.2, <=2.6.2 # min version is set by torch.onnx missing attribute