From 79e45a0eec24c2b5501295b4292d02fc4987f69f Mon Sep 17 00:00:00 2001 From: benjamc Date: Tue, 13 Feb 2024 12:12:01 +0100 Subject: [PATCH] build: add dependencies for example --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c78b5c..91ef113 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]