Temporary workaround for PI image
This commit is contained in:
parent
8c2e473ee5
commit
9d462af047
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user