Bump correct pandas version

This commit is contained in:
Matthias 2022-10-24 08:25:39 +02:00 committed by GitHub
parent afe0a29fb0
commit b9bc91a881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
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.5.1; platform_machine == 'armv7l'
pandas==1.4.3; platform_machine == 'armv7l'
pandas-ta==0.3.14b
ccxt==2.0.58