Skip to content

Commit

Permalink
Add seaborn dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsSR committed May 23, 2024
1 parent dde4b55 commit 522e605
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ dev = [
"torch",
"tensorboard",
"optuna",
"matplotlib"
"matplotlib",
"seaborn",
]
test = ["pytest", "mypy", "ruff"]
all = [
Expand All @@ -37,6 +38,7 @@ all = [
"tensorboard",
"optuna",
"matplotlib",
"seaborn",
# test
"pytest",
"mypy",
Expand Down

0 comments on commit 522e605

Please sign in to comment.