mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
chore: fix blosc version selectors
This commit is contained in:
@@ -25,7 +25,7 @@ jinja2==3.1.4
|
||||
tables==3.10.1
|
||||
# Pin blosc2 to < 3.0 until piwheel has wheels for 3.x
|
||||
blosc2==2.7.1; platform_machine == 'armv7l' or python_version < '3.11'
|
||||
blosc2==3.0.0; platform_machine != 'armv7l'
|
||||
blosc2==3.0.0; platform_machine != 'armv7l' and python_version >= '3.11'
|
||||
joblib==1.4.2
|
||||
rich==13.9.4
|
||||
pyarrow==18.1.0; platform_machine != 'armv7l'
|
||||
|
||||
Reference in New Issue
Block a user