mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-16 21:01:14 +00:00
chore: blosc2 only supports python 3.11+
This commit is contained in:
@@ -24,7 +24,7 @@ pycoingecko==3.2.0
|
||||
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'
|
||||
blosc2==2.7.1; platform_machine == 'armv7l' or python_version < '3.11'
|
||||
blosc2==3.0.0; platform_machine != 'armv7l'
|
||||
joblib==1.4.2
|
||||
rich==13.9.4
|
||||
|
||||
Reference in New Issue
Block a user