From d1d1961bb3a416b1133ca1dcb3b3c1207a12ce93 Mon Sep 17 00:00:00 2001 From: Joseph Viviano Date: Sun, 31 Mar 2024 12:36:56 -0400 Subject: [PATCH] added matplotlib --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 36947af0..77074fdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,7 @@ tqdm = { version = "*", optional = true } wandb = { version = "*", optional = true } scikit-learn = {version = "*", optional = true } scipy = { version = "*", optional = true } +matplotlib = { version = "*", optional = true } [tool.poetry.extras] dev = [ @@ -61,11 +62,12 @@ dev = [ "flake8", ] -scripts = ["tqdm", "wandb", "scikit-learn", "scipy"] +scripts = ["tqdm", "wandb", "scikit-learn", "scipy", "matplotlib"] all = [ "black", "flake8", + "matplotlib", "myst-parser", "pre-commit", "pytest",