Skip to content

Commit 60f0f87

Browse files
authored
Add tabulate used in example to dependencies (#99)
1 parent 54e4fc7 commit 60f0f87

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,15 @@ dev = [
3030
"ruff",
3131
"jsonargparse",
3232
"docstring-parser",
33-
"pytest"
33+
"pytest",
3434
]
3535

3636
viz = [
3737
"matplotlib",
3838
"numpy",
3939
"jsonargparse",
40-
"docstring-parser"
40+
"docstring-parser",
41+
"tabulate",
4142
]
4243

4344
# ---------- TOOL CONFIGURATIONS ------------

0 commit comments

Comments
 (0)