From 70b6cc5b332451d246b12f3a71b80de4358ced27 Mon Sep 17 00:00:00 2001 From: Felipe Montealegre-Mora Date: Tue, 9 Jul 2024 23:43:49 +0000 Subject: [PATCH] added tensorboard dependency --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52e8493..ec094a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,8 @@ version = "1.0.0" dependencies = ["gymnasium", "numpy", "matplotlib", - "typing"] + "typing", + "tensorboard"] [project.optional-dependencies] tests = ["pytest", "pytest-cov", "stable_baselines3", "scipy"]