mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-16 12:51:14 +00:00
chore: pin blosc2 for raspberry builds
This commit is contained in:
@@ -23,6 +23,9 @@ tabulate==0.9.0
|
|||||||
pycoingecko==3.2.0
|
pycoingecko==3.2.0
|
||||||
jinja2==3.1.4
|
jinja2==3.1.4
|
||||||
tables==3.10.1
|
tables==3.10.1
|
||||||
|
# Pin blosc2 to < 3.0 until piwheel has wheels for 3.x
|
||||||
|
blosc2==2.7.1; platform_machine == 'armv7l'
|
||||||
|
blosc2==3.0.0; platform_machine != 'armv7l'
|
||||||
joblib==1.4.2
|
joblib==1.4.2
|
||||||
rich==13.9.4
|
rich==13.9.4
|
||||||
pyarrow==18.1.0; platform_machine != 'armv7l'
|
pyarrow==18.1.0; platform_machine != 'armv7l'
|
||||||
|
|||||||
Reference in New Issue
Block a user