fix(packaging): install and validate the Bayesian optimizer by default

This commit is contained in:
Joseph Magly
2026-09-07 16:23:48 -04:00
parent 40236a150e
commit 707e762904
8 changed files with 390 additions and 75 deletions
+1
View File
@@ -34,6 +34,7 @@ dependencies = [
"numpy>=1.24",
"scikit-learn>=1.3",
"tqdm>=4.64",
"optuna>=4.9,<5",
]
[project.urls]