From dcc70ba672da07b2aba8b472069243b010e5ad94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 15:53:44 +0000 Subject: [PATCH] Update optuna requirement from <5 to <6 Updates the requirements on [optuna](https://github.com/optuna/optuna) to permit the latest version. - [Release notes](https://github.com/optuna/optuna/releases) - [Commits](https://github.com/optuna/optuna/compare/v0.1.0...v5.0.0) --- updated-dependencies: - dependency-name: optuna dependency-version: 5.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c531d5e0..16a46670 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ docs = [ ] all_extras = [ "hyperactive[integrations]", - "optuna<5", + "optuna<6", "cmaes", # Required for CmaEsOptimizer (optuna's CMA-ES sampler) "lightning", "lightgbm",