mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-28 09:50:24 +00:00
Fix deployment (no arm numpy wheels just yet).
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
numpy==1.26.0
|
||||
numpy==1.26.0; platform_machine != 'armv7l'
|
||||
numpy==1.25.2; platform_machine == 'armv7l'
|
||||
pandas==2.0.3
|
||||
pandas-ta==0.3.14b
|
||||
|
||||
|
||||
Reference in New Issue
Block a user