From e35c85000e0ee872960157c1a887468d44b4f60b Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 27 Mar 2023 20:19:23 +0200 Subject: [PATCH] Excude raspberry from catboost installs closes #8404 --- requirements-freqai.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-freqai.txt b/requirements-freqai.txt index bc0be85e5..e6eae667c 100644 --- a/requirements-freqai.txt +++ b/requirements-freqai.txt @@ -5,7 +5,7 @@ # Required for freqai scikit-learn==1.1.3 joblib==1.2.0 -catboost==1.1.1; platform_machine != 'aarch64' and python_version < '3.11' +catboost==1.1.1; platform_machine != 'aarch64' and 'arm' not in platform_machine and python_version < '3.11' lightgbm==3.3.5 xgboost==1.7.4 tensorboard==2.12.0