From b60a3802e74099514343353c9447016eddfb7afc Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 2 Sep 2025 18:15:03 +0200 Subject: [PATCH] feat: remove numpy and pandas downgrade for armhf --- requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9c8c0a87d..d78a7abfd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,5 @@ -numpy==2.3.2; platform_machine != 'armv7l' -numpy==2.2.4; platform_machine == 'armv7l' -pandas==2.3.2; platform_machine != 'armv7l' -pandas==2.2.3; platform_machine == 'armv7l' +numpy==2.3.2 +pandas==2.3.2 bottleneck==1.5.0 numexpr==2.11.0 # Indicator libraries