mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-19 21:40:24 +00:00
chore: add optuna to hyperopt optional dependencies
This commit is contained in:
@@ -79,6 +79,8 @@ plot = ["plotly>=4.0"]
|
||||
hyperopt = [
|
||||
"scipy",
|
||||
"scikit-learn",
|
||||
"optuna > 4.0.0",
|
||||
"cmaes",
|
||||
"filelock",
|
||||
]
|
||||
freqai = [
|
||||
|
||||
Reference in New Issue
Block a user