From 7badbd1bb0cb3251903e80033b2c55ddc4383704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:23:18 +0000 Subject: [PATCH] build(deps): update optuna requirement 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/v3.1.0...v4.1.0) --- updated-dependencies: - dependency-name: optuna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d226544b..b7bd9910 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,14 +114,14 @@ dependencies = [ all_extras = [ "cpflows", "matplotlib", - "optuna >=3.1.0,<4.0.0", + "optuna >=3.1.0,<5.0.0", "optuna-integration", "pytorch_optimizer >=2.5.1,<4.0.0", "statsmodels", ] tuning = [ - "optuna >=3.1.0,<4.0.0", + "optuna >=3.1.0,<5.0.0", "optuna-integration", "statsmodels", ]