diff --git a/pyproject.toml b/pyproject.toml index 22c040f..d4df553 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",