feat: remove hdf5 dependencies and install logic

This commit is contained in:
Matthias
2025-01-06 13:21:16 +01:00
parent 0e5a88bf93
commit de2b8dcfdd
3 changed files with 1 additions and 29 deletions

View File

@@ -22,10 +22,6 @@ technical==1.5.0
tabulate==0.9.0
pycoingecko==3.2.0
jinja2==3.1.5
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' and python_version >= '3.11'
joblib==1.4.2
rich==13.9.4
pyarrow==18.1.0; platform_machine != 'armv7l'