Skip to content

Commit

Permalink
Add tensorboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
KanaiYuma-aist committed Jan 31, 2025
1 parent dc344ca commit fbfb63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"numpy",
"optuna>=3.4.0",
]
torch_dependencies = ["hydra-core", "lightning>=2.2.1", "torch>=2.2.0", "h5py"]
torch_dependencies = ["hydra-core", "lightning>=2.2.1", "torch>=2.2.0", "h5py", "tensorboard"]
dev_dependencies = [
"mypy",
"myst-parser",
Expand Down

0 comments on commit fbfb63e

Please sign in to comment.