mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
Improve version constraints
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
scikit-learn==1.1.3
|
||||
joblib==1.2.0
|
||||
catboost==1.1.1; platform_machine == 'darwin' and python_version < '3.9'
|
||||
catboost==1.2; 'arm' not in platform_machine
|
||||
catboost==1.2; 'arm' not in platform_machine and (platform_machine != 'darwin' or python_version >= '3.9')
|
||||
lightgbm==3.3.5
|
||||
xgboost==1.7.5
|
||||
tensorboard==2.13.0
|
||||
|
||||
Reference in New Issue
Block a user