From a434dc244db6a02959d4ecab21dcf2979b8f4a05 Mon Sep 17 00:00:00 2001 From: Amir Mohammadi <5738695+183amir@users.noreply.github.com> Date: Wed, 17 Jul 2024 13:46:35 +0200 Subject: [PATCH] fix: use tensorboard instead of tb-nightly Maybe tb-nightly was needed to run this code when it was introduced 4 years ago in https://github.com/XPixelGroup/BasicSR/commit/35ac620b51de437a529d73228276d8a50e1046d2 but it is not a good idea to still list it as a dependency. Instead it's better to use the stable version of tensorboard. This will make the pip installation of this package easier. --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1be4caf6d..13384844f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -14,7 +14,7 @@ sphinx sphinx_intl sphinx_markdown_tables sphinx_rtd_theme -tb-nightly +tensorboard torch>=1.7 torchvision tqdm diff --git a/requirements.txt b/requirements.txt index 82437c2b6..45ce62034 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pyyaml requests scikit-image scipy -tb-nightly +tensorboard torch>=1.7 torchvision tqdm