chore: blosc2 only supports python 3.11+

This commit is contained in:
Matthias
2024-12-20 06:29:42 +01:00
parent 0d73e961a4
commit f9bd11f6fb

View File

@@ -24,7 +24,7 @@ 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 # 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' blosc2==3.0.0; platform_machine != 'armv7l'
joblib==1.4.2 joblib==1.4.2
rich==13.9.4 rich==13.9.4