chore: add optuna to hyperopt optional dependencies

This commit is contained in:
Matthias
2025-05-01 10:15:35 +02:00
parent ced1ce340a
commit 0c66180cf3

View File

@@ -79,6 +79,8 @@ plot = ["plotly>=4.0"]
hyperopt = [
"scipy",
"scikit-learn",
"optuna > 4.0.0",
"cmaes",
"filelock",
]
freqai = [