From 7de415a6a4ff8d5327e7659e4e844ceb92b150c2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 16 Oct 2023 18:28:00 +0200 Subject: [PATCH] Don't bump numpy for armhf just yet --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 49e0b11a2..0834e26b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -numpy==1.26.0; platform_machine != 'armv7l' -numpy==1.26.1; platform_machine == 'armv7l' +numpy==1.25.2; platform_machine == 'armv7l' +numpy==1.26.1; platform_machine != 'armv7l' pandas==2.0.3 pandas-ta==0.3.14b