Update tensorboard requirement from <2.12.0,>=2.9.1 to >=2.9.1,<2.14.0 in /requirements (#17674)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-23 17:33:38 +02:00 committed by GitHub
parent dea1ff6633
commit 52257a9590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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