Temporary workaround for PI image

This commit is contained in:
Matthias 2022-09-27 08:54:18 +00:00
parent 8c2e473ee5
commit 9d462af047
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
numpy==1.23.3
pandas==1.5.0
pandas==1.5.0; platform_machine != 'armv7l'
# Piwheels doesn't have 1.5.0 yet.
pandas==1.4.3; platform_machine == 'armv7l'
pandas-ta==0.3.14b
ccxt==1.93.98
@ -21,7 +23,7 @@ jinja2==3.1.2
tables==3.7.0
blosc==1.10.6
joblib==1.2.0
pyarrow==9.0.0
pyarrow==9.0.0; platform_machine != 'armv7l'
# find first, C search in arrays
py_find_1st==1.1.5