Skip to content

Commit

Permalink
Add tabulate used in example to dependencies (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
oraluben authored Jan 3, 2025
1 parent 54e4fc7 commit 60f0f87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ dev = [
"ruff",
"jsonargparse",
"docstring-parser",
"pytest"
"pytest",
]

viz = [
"matplotlib",
"numpy",
"jsonargparse",
"docstring-parser"
"docstring-parser",
"tabulate",
]

# ---------- TOOL CONFIGURATIONS ------------
Expand Down

0 comments on commit 60f0f87

Please sign in to comment.