Skip to content

Commit

Permalink
Merge pull request #176 from GFNOrg/train_line_bugfix
Browse files Browse the repository at this point in the history
Train line bugfix
  • Loading branch information
josephdviviano authored Apr 2, 2024
2 parents 39326b5 + 6fd3f5b commit 72f6c12
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 72f6c12

Please sign in to comment.