Skip to content

Commit

Permalink
added matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdviviano committed Mar 31, 2024
1 parent 39326b5 commit d1d1961
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 @@ -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 = [
Expand All @@ -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",
Expand Down

0 comments on commit d1d1961

Please sign in to comment.