From bd051cb205a48a7fe830961bd04d81f2b20270b8 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 30 Oct 2022 12:44:33 +0100 Subject: [PATCH] Remove pandas workaround for pi image --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 78d3dd1cc..13a452e59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,5 @@ numpy==1.23.4 -pandas==1.5.1; platform_machine != 'armv7l' -# Piwheels doesn't have 1.5.0 yet. -pandas==1.4.3; platform_machine == 'armv7l' +pandas==1.5.1 pandas-ta==0.3.14b ccxt==2.0.58