From 797ec85bef218607aafbaf44bf54003a4700b50d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 04:34:18 +0000 Subject: [PATCH] deps: update tensorboard requirement from >=2.10 to >=2.21.0 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.10.0...2.21.0) --- updated-dependencies: - dependency-name: tensorboard dependency-version: 2.21.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f69ce4..25783a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ torch = ["torch>=1.13"] gym = ["gymnasium>=0.29"] config = ["pyyaml>=6.0.3"] -logging = ["tensorboard>=2.10"] +logging = ["tensorboard>=2.21.0"] serve = ["onnx>=1.14", "onnxruntime>=1.16", "fastapi>=0.100", "uvicorn>=0.23"] hub = ["huggingface_hub>=0.20", "onnx>=1.14", "onnxruntime>=1.16"] dashboard = ["flask>=2.0", "plotly>=5.0"]