Skip to content

Commit 652afa6

Browse files
build(deps): update tensorboard requirement from <2.20.0,>=2.9.1 to >=2.9.1,<2.21.0 in /requirements (#20992)
build(deps): 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](tensorflow/tensorboard@2.9.1...2.20.0) --- updated-dependencies: - dependency-name: tensorboard dependency-version: 2.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a47a5e commit 652afa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/pytorch/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ pandas >2.0, <2.4.0 # needed in benchmarks
1616
fastapi # for `ServableModuleValidator` # not setting version as re-defined in App
1717
uvicorn # for `ServableModuleValidator` # not setting version as re-defined in App
1818

19-
tensorboard >=2.9.1, <2.20.0 # for `TensorBoardLogger`
19+
tensorboard >=2.9.1, <2.21.0 # for `TensorBoardLogger`

0 commit comments

Comments
 (0)