We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb913e2 commit bd498f7Copy full SHA for bd498f7
pyproject.toml
@@ -120,7 +120,7 @@ advanced = [
120
"hdbscan>=0.8.0,<1.0.0", # Clustering
121
"scikit-learn>=1.0.0,<2.0.0", # ML utilities
122
"networkx>=3.0.0,<4.0.0", # Knowledge graphs
123
- "bayesian-optimization>=1.4.0,<2.0.0", # Parameter optimization
+ "bayesian-optimization>=1.4.0,<4.0.0", # Parameter optimization
124
"prompt-toolkit>=3.0.0,<4.0.0", # REPL shell
125
]
126
0 commit comments