Update tensorboard requirement from <2.14.0,>=2.9.1 to >=2.9.1,<2.15.0 in /requirements (#18299)
This commit is contained in:
parent
4da8078c99
commit
1a6a657ed2
|
@ -15,5 +15,5 @@ pandas >1.0, <2.0.4 # needed in benchmarks
|
|||
fastapi <0.100.0 # for `ServableModuleValidator`
|
||||
uvicorn <0.23.3 # for `ServableModuleValidator`
|
||||
|
||||
tensorboard >=2.9.1, <2.14.0 # for `TensorBoardLogger`
|
||||
tensorboard >=2.9.1, <2.15.0 # for `TensorBoardLogger`
|
||||
protobuf <=3.20.1 # strict # an extra is updating protobuf, this pin prevents TensorBoard failure
|
||||
|
|
Loading…
Reference in New Issue