diff --git a/requirements/pytorch/test.txt b/requirements/pytorch/test.txt index 2c951a9a42ef9..cce06ee6e0cc9 100644 --- a/requirements/pytorch/test.txt +++ b/requirements/pytorch/test.txt @@ -15,5 +15,5 @@ pandas >1.0, <2.0.2 # needed in benchmarks fastapi <0.87.0 # for `ServableModuleValidator` uvicorn <0.22.1 # for `ServableModuleValidator` -tensorboard >=2.9.1, <2.12.0 # for `TensorBoardLogger` +tensorboard >=2.9.1, <2.14.0 # for `TensorBoardLogger` protobuf <=3.20.1 # strict # an extra is updating protobuf, this pin prevents TensorBoard failure