Skip to content

Commit

Permalink
added tensorboard dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Montealegre-Mora committed Jul 9, 2024
1 parent 0572f61 commit 70b6cc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 70b6cc5

Please sign in to comment.