From 8e21f6f11323eacbd3aaa1cc0b33c37022a26cb4 Mon Sep 17 00:00:00 2001 From: Theresa Eimer Date: Mon, 30 Sep 2024 17:34:59 +0200 Subject: [PATCH] also remove example dependencies from test --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",