Skip to content

Commit a17b499

Browse files
committed
build: Moved tensorboard and notebook to visualize optional dep
Signed-off-by: Brandon Groth <[email protected]>
1 parent bcee5f3 commit a17b499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ opt = ["fms-model-optimizer[fp8, gptq, mx]"]
4747
torchvision = ["torchvision>=0.17"]
4848
flash-attn = ["flash-attn>=2.5.3,<3.0"]
4949
triton = ["triton>=3.0,<3.4"]
50-
visualize = ["matplotlib", "graphviz", "pygraphviz"]
50+
visualize = ["matplotlib", "graphviz", "pygraphviz", "tensorboard", "notebook"]
5151
dev = ["pre-commit>=3.0.4,<5.0"]
5252
test = ["pytest", "pillow"]
5353

0 commit comments

Comments
 (0)