From 0c66180cf313b4d17f1eeb5e23a9e2cac217d42a Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 1 May 2025 10:15:35 +0200 Subject: [PATCH] chore: add optuna to hyperopt optional dependencies --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index bf40c456e..edc6c8a0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,6 +79,8 @@ plot = ["plotly>=4.0"] hyperopt = [ "scipy", "scikit-learn", + "optuna > 4.0.0", + "cmaes", "filelock", ] freqai = [