mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
chore: temporarily downgrade armhf dependencies
Allow piwheels to apply - which should make the armhf build a lot faster.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
numpy==2.3.2
|
||||
pandas==2.3.1
|
||||
numpy==2.3.2; platform_machine != 'armv7l'
|
||||
numpy==2.2.4; platform_machine == 'armv7l'
|
||||
pandas==2.3.1; platform_machine != 'armv7l'
|
||||
pandas==2.2.3; platform_machine == 'armv7l'
|
||||
bottleneck==1.5.0
|
||||
numexpr==2.11.0
|
||||
# Indicator libraries
|
||||
|
||||
Reference in New Issue
Block a user