From 96df6fef0da20ce71c121e4d32bbfe56b2c76c6c Mon Sep 17 00:00:00 2001 From: lijunlin <70465472+L-Xiafeng@users.noreply.github.com> Date: Sun, 25 Jun 2023 17:11:30 +0800 Subject: [PATCH 1/2] Update setup.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tensorboradX v2.6是最后正常运行的版本 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5874efab7..5d94c945a 100644 --- a/setup.py +++ b/setup.py @@ -133,7 +133,7 @@ def get_libai_configs() -> List[str]: "isort==5.10.1", "black==21.4b ", "autoflake", - "tensorboardX<=2.5.1", + "tensorboardX==2.6", "pytest", ], packages=find_packages(), From 12fed23f390686978e77a7924859b760e94bc148 Mon Sep 17 00:00:00 2001 From: lijunlin <70465472+L-Xiafeng@users.noreply.github.com> Date: Sun, 25 Jun 2023 17:12:11 +0800 Subject: [PATCH 2/2] Update requirements.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tensorboardX v2.6是最后正常运行版本 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0bb31d362..52f858faf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,5 +24,5 @@ flake8==3.8.1 isort==5.10.1 black==21.4b2 autoflake -tensorboardX<=2.5.1 +tensorboardX==2.6 pytest