Skip to content

Commit

Permalink
also remove example dependencies from test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed Sep 30, 2024
1 parent 9b5d7e3 commit 8e21f6f
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 @@ -43,7 +43,7 @@ license = { file = "LICENSE" }
dev = ["HyperSweeper[doc, tooling, test]"]
tooling = ["commitizen", "pre-commit", "ruff"]

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

0 comments on commit 8e21f6f

Please sign in to comment.