From f10223bf13fa86000198b0ec07e0237685a6de27 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 15 Aug 2025 08:29:15 +0200 Subject: [PATCH] chore: temporarily downgrade armhf dependencies Allow piwheels to apply - which should make the armhf build a lot faster. --- requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d01f95216..429b4db65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,7 @@ -numpy==2.3.2 -pandas==2.3.1 +numpy==2.3.2; platform_machine != 'armv7l' +numpy==2.2.4; platform_machine == 'armv7l' +pandas==2.3.1; platform_machine != 'armv7l' +pandas==2.2.3; platform_machine == 'armv7l' bottleneck==1.5.0 numexpr==2.11.0 # Indicator libraries