From 32db813e41d1165cc63f6f0636bd19a277ffb0e1 Mon Sep 17 00:00:00 2001 From: "Dr. Kashif Rasul" Date: Tue, 28 Jan 2020 10:20:43 +0100 Subject: [PATCH] require tensorboard --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c1b961d..f6c1223 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ setup( 'pydantic', 'matplotlib', 'python-rapidjson', + 'tensorboard', ], test_suite='tests',