diff --git a/pyproject.toml b/pyproject.toml index 8a92e69..8f44a98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,8 @@ dev = [ "torch", "tensorboard", "optuna", - "matplotlib" + "matplotlib", + "seaborn", ] test = ["pytest", "mypy", "ruff"] all = [ @@ -37,6 +38,7 @@ all = [ "tensorboard", "optuna", "matplotlib", + "seaborn", # test "pytest", "mypy",