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:
parent
be9761e5c4
commit
26088eef12
|
@ -4,4 +4,4 @@ pytest-cov ==4.0.0
|
||||||
pytest-rerunfailures ==10.3
|
pytest-rerunfailures ==10.3
|
||||||
pytest-random-order ==1.1.0
|
pytest-random-order ==1.1.0
|
||||||
click ==8.1.3
|
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
|
||||||
|
|
|
@ -7,4 +7,4 @@ omegaconf >=2.0.5, <2.4.0
|
||||||
hydra-core >=1.0.5, <1.4.0
|
hydra-core >=1.0.5, <1.4.0
|
||||||
jsonargparse[signatures] >=4.18.0, <4.22.0
|
jsonargparse[signatures] >=4.18.0, <4.22.0
|
||||||
rich >=12.3.0, <=13.0.1
|
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
|
||||||
|
|
Loading…
Reference in New Issue