chore: limit catboost to python < 3.14

This commit is contained in:
Matthias
2025-11-11 06:52:26 +01:00
parent 72889e2edb
commit 73127c8179

View File

@@ -5,7 +5,7 @@
# Required for freqai
scikit-learn==1.7.2
joblib==1.5.2
catboost==1.2.8; 'arm' not in platform_machine
catboost==1.2.8; 'arm' not in platform_machine and python_version < '3.14'
lightgbm==4.6.0
xgboost==3.1.1
tensorboard==2.20.0