From fa098b2c930e8bb0ecefc439fceed89cd396b11b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yuan-Ting=20Hsieh=20=28=E8=AC=9D=E6=B2=85=E5=BB=B7=29?= Date: Mon, 14 Oct 2024 10:49:21 -0700 Subject: [PATCH] Fix hello-pt req (#3036) --- examples/hello-world/hello-pt/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/hello-world/hello-pt/requirements.txt b/examples/hello-world/hello-pt/requirements.txt index 919cc32ba2..6842423062 100644 --- a/examples/hello-world/hello-pt/requirements.txt +++ b/examples/hello-world/hello-pt/requirements.txt @@ -1,3 +1,4 @@ nvflare~=2.5.0rc torch torchvision +tensorboard