mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Don't install catboost on 3.12 for now
This commit is contained in:
parent
9a2ed35030
commit
026f989625
|
@ -5,7 +5,7 @@
|
|||
# Required for freqai
|
||||
scikit-learn==1.3.2
|
||||
joblib==1.3.2
|
||||
catboost==1.2.2; 'arm' not in platform_machine
|
||||
catboost==1.2.2; 'arm' not in platform_machine and python_version < '3.12'
|
||||
lightgbm==4.2.0
|
||||
xgboost==2.0.3
|
||||
tensorboard==2.15.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user