Don't install catboost on 3.12 for now

This commit is contained in:
Matthias 2023-11-20 13:21:35 +01:00
parent 9a2ed35030
commit 026f989625

View File

@ -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