diff --git a/requirements.txt b/requirements.txt index 8f96379b1..f53c23f21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.23.4 -pandas==1.5.0; platform_machine != 'armv7l' +pandas==1.5.1; platform_machine != 'armv7l' # Piwheels doesn't have 1.5.0 yet. pandas==1.4.3; platform_machine == 'armv7l' pandas-ta==0.3.14b