Remove pandas workaround for pi image

This commit is contained in:
Matthias 2022-10-30 12:44:33 +01:00
parent cf4af2175c
commit bd051cb205

View File

@ -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