Skip to content

Commit

Permalink
build(deps): update optuna requirement from <4.0.0,>=3.1.0 to >=3.1.0…
Browse files Browse the repository at this point in the history
…,<5.0.0 (#1715)

Updates the requirements on [optuna](https://github.com/optuna/optuna)
to permit the latest version.
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 45f1f6b commit 59fa6ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit 59fa6ba

Please sign in to comment.