Skip to content

Commit

Permalink
add tensorboard to docs requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gdikov committed Jan 25, 2020
1 parent c2e4739 commit a0254ea
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 @@ -22,7 +22,7 @@
extras = {
"tensorboard": ["tensorflow>=1.14.0", "tensorboard>=1.14.0"],
"tests": ["pytest>=4.6.3", "pytest-timeout>=1.3.3"],
"docs": ["sphinx>=2.2.0", "sphinx_rtd_theme>=0.4.3"]
"docs": ["sphinx>=2.2.0", "sphinx_rtd_theme>=0.4.3", "tensorboard>=1.14.0"]
}

classifiers = [
Expand Down

0 comments on commit a0254ea

Please sign in to comment.