Skip to content

Commit

Permalink
build: add dependencies for example
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamc committed Feb 13, 2024
1 parent ff02644 commit 79e45a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dev = ["HyperSweeper[doc, tooling, test, examples]"]
tooling = ["commitizen", "pre-commit", "ruff"]

test = ["pytest", "pytest-coverage", "pytest-cases", "HyperSweeper[examples]"]
examples = []
examples = ["scikit-learn"]
doc = [
"automl_sphinx_theme",
]
Expand Down

0 comments on commit 79e45a0

Please sign in to comment.