From 4b15ce443de658d9c8c237f595aca5abddd1f187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 12:32:37 +0000 Subject: [PATCH] Update tensorboard requirement from >=2.5.0 to >=2.20.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.5.0...2.20.0) --- updated-dependencies: - dependency-name: tensorboard dependency-version: 2.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 35b402d..e9125df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ jupyterlab >= 3.0.16 matplotlib >= 3.4.2 seaborn >= 0.11.1 sympy >= 1.5 -tensorboard >= 2.5.0 +tensorboard >= 2.20.0 # TensorFlow and TensorFlow Quantum should be installed separately to override their dependency conflicts manually. # tensorflow