Skip to content

Commit 4ffcb7c

Browse files
chore(deps-dev): update bayesian-optimization requirement
Updates the requirements on [bayesian-optimization](https://github.com/bayesian-optimization/BayesianOptimization) to permit the latest version. - [Release notes](https://github.com/bayesian-optimization/BayesianOptimization/releases) - [Commits](bayesian-optimization/BayesianOptimization@v1.4.0...v3.2.0) --- updated-dependencies: - dependency-name: bayesian-optimization dependency-version: 3.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b517c6 commit 4ffcb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ advanced = [
9999
"hdbscan>=0.8.0,<1.0.0", # Clustering
100100
"scikit-learn>=1.0.0,<2.0.0", # ML utilities
101101
"networkx>=3.0.0,<4.0.0", # Knowledge graphs
102-
"bayesian-optimization>=1.4.0,<2.0.0", # Parameter optimization
102+
"bayesian-optimization>=1.4.0,<4.0.0", # Parameter optimization
103103
"prompt-toolkit>=3.0.0,<4.0.0", # REPL shell
104104
]
105105

0 commit comments

Comments
 (0)