From c85b5c79e6e32ec5abb7c4ec225c8fb22ca5f957 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Fri, 14 Apr 2023 10:01:29 +0000 Subject: [PATCH] Bump Python requirement tensorboard to 2.12.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 465163e8..6f6bdf05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ opencv-python==4.7.0.72 pandas==2.0.0 PyYAML==6.0 scipy==1.10.1 -tensorboard==2.12.1 +tensorboard==2.12.2 torch==2.0.0 torchvision==0.15.1 tqdm==4.65.0 -- GitLab