From 175487c64c3d36ae985502e05a54467da9d93c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 01:59:16 +0000 Subject: [PATCH] Update tensorboard requirement in /requirements Updates the requirements on [tensorboard](https://github.com/tensorflow/tensorboard) to permit the latest version. - [Release notes](https://github.com/tensorflow/tensorboard/releases) - [Changelog](https://github.com/tensorflow/tensorboard/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorboard/compare/2.9.1...2.13.0) --- updated-dependencies: - dependency-name: tensorboard dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pytorch/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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