Skip to content

Commit bd498f7

Browse files
chore(deps-dev): update bayesian-optimization requirement from <2.0.0,>=1.4.0 to >=1.4.0,<4.0.0
Dependabot couldn't find the original pull request head commit, 4ffcb7c.
1 parent cb913e2 commit bd498f7

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
@@ -120,7 +120,7 @@ advanced = [
120120
"hdbscan>=0.8.0,<1.0.0", # Clustering
121121
"scikit-learn>=1.0.0,<2.0.0", # ML utilities
122122
"networkx>=3.0.0,<4.0.0", # Knowledge graphs
123-
"bayesian-optimization>=1.4.0,<2.0.0", # Parameter optimization
123+
"bayesian-optimization>=1.4.0,<4.0.0", # Parameter optimization
124124
"prompt-toolkit>=3.0.0,<4.0.0", # REPL shell
125125
]
126126

0 commit comments

Comments
 (0)