Skip to content

Commit

Permalink
Merge pull request #15 from FlorentFlament/main
Browse files Browse the repository at this point in the history
Fix #14, "requires tensorboard to be installed" RuntimeError
  • Loading branch information
ssiegel95 authored Mar 3, 2024
2 parents d07c741 + 837023c commit 98bfa05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packages = ["tsfm_public", "tsfm_public.toolkit", "tsfmhfdemos"]

[project.optional-dependencies]

notebooks = ["jupyter", "matplotlib", "datasets", "ipywidgets", "plotly", "kaleido"]
notebooks = ["jupyter", "matplotlib", "datasets", "ipywidgets", "plotly", "kaleido", "tensorboard"]
testing = ["pytest", "tsfm_public[notebooks]"]
dev = ["pre-commit", "tsfm_public[testing]", "ruff==0.1.5"]
evaluation = [
Expand Down

0 comments on commit 98bfa05

Please sign in to comment.