Skip to content

Commit d73f8b5

Browse files
committed
add missing deps
Signed-off-by: Tin Lai <[email protected]>
1 parent ea2ce38 commit d73f8b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="tensorboard-termplot",
11-
version="1.3.1",
11+
version="1.3.2",
1212
description="View tensorboard stats inside terminal.",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
@@ -19,7 +19,7 @@
1919
keywords="tui tensorboard termplot stats",
2020
python_requires=">=3.6",
2121
packages=["tensorboard_termplot", "tensorboard_termplot.backend", "tensorboard_termplot.data_source"],
22-
install_requires=["tensorboard>=2.5", "plotext==4.0", "mock"],
22+
install_requires=["tensorboard>=2.5", "plotext==4.0", "mock", "pillow", "pandas", "numpy", "scipy"],
2323
extras_require={"matplotlib-backend": ["matplotlib"]},
2424
entry_points={
2525
"console_scripts": ["tensorboard-termplot=tensorboard_termplot.main:run"]

0 commit comments

Comments
 (0)