Force smaller catboost version on 3.8 macos

This commit is contained in:
Matthias
2023-05-13 16:30:18 +02:00
parent e76356aff5
commit 106db716f8

View File

@@ -5,6 +5,7 @@
# Required for freqai
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
lightgbm==3.3.5
xgboost==1.7.5