From fe209ce8f5649fa8e37afae375cf6681fa197a08 Mon Sep 17 00:00:00 2001 From: jung-geun Date: Mon, 4 Sep 2023 15:05:56 +0900 Subject: [PATCH] =?UTF-8?q?23-09-04=20pypi=20=ED=8C=A8=ED=82=A4=EC=A7=80?= =?UTF-8?q?=20=EB=B0=B0=ED=8F=AC=20=ED=85=8C=EC=8A=A4=ED=8A=B8=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index dca8fb1..2958802 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ setup( "pandas", "ipython", "tensorflow<=2.11.1", + "tensorboard" ], packages=find_packages(exclude=[]), keywords=["pso", "tensorflow", "keras"],