Merge branch 'develop' into fix/remove_deprecation_warning

This commit is contained in:
Matthias
2025-10-20 20:23:08 +02:00
committed by GitHub
15 changed files with 268 additions and 77 deletions
+4 -4
View File
@@ -85,17 +85,17 @@ hyperopt = [
freqai = [
"scikit-learn",
"joblib",
'catboost; platform_machine != "arm"',
"catboost; platform_machine != 'arm'",
"lightgbm",
"xgboost",
"tensorboard",
"datasieve>=0.1.5",
]
freqai_rl = [
"torch",
"torch; sys_platform != 'darwin' or platform_machine != 'x86_64'",
"gymnasium",
"stable-baselines3",
"sb3-contrib",
"stable-baselines3; sys_platform != 'darwin' or platform_machine != 'x86_64'",
"sb3-contrib; sys_platform != 'darwin' or platform_machine != 'x86_64'",
"tqdm",
]
develop = [