mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-16 12:51:14 +00:00
feat: remove numpy and pandas downgrade for armhf
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
numpy==2.3.2; platform_machine != 'armv7l'
|
numpy==2.3.2
|
||||||
numpy==2.2.4; platform_machine == 'armv7l'
|
pandas==2.3.2
|
||||||
pandas==2.3.2; platform_machine != 'armv7l'
|
|
||||||
pandas==2.2.3; platform_machine == 'armv7l'
|
|
||||||
bottleneck==1.5.0
|
bottleneck==1.5.0
|
||||||
numexpr==2.11.0
|
numexpr==2.11.0
|
||||||
# Indicator libraries
|
# Indicator libraries
|
||||||
|
|||||||
Reference in New Issue
Block a user