Merge remote-tracking branch 'origin/develop' into use-datasieve

This commit is contained in:
robcaulk
2023-06-17 13:26:35 +02:00
52 changed files with 1060 additions and 221 deletions
+1 -2
View File
@@ -5,8 +5,7 @@
# Required for freqai
scikit-learn==1.1.3
joblib==1.2.0
catboost==1.1.1; sys_platform == 'darwin' and python_version < '3.9'
catboost==1.2; 'arm' not in platform_machine and (sys_platform != 'darwin' or python_version >= '3.9')
catboost==1.2; 'arm' not in platform_machine
lightgbm==3.3.5
xgboost==1.7.5
tensorboard==2.13.0