From 0d73e961a42a9cf2dc414a0b8a9d3bab30b85e05 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 20 Dec 2024 06:26:34 +0100 Subject: [PATCH] chore: pin blosc2 for raspberry builds --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index ce5b6ebd9..671941882 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,6 +23,9 @@ tabulate==0.9.0 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==3.0.0; platform_machine != 'armv7l' joblib==1.4.2 rich==13.9.4 pyarrow==18.1.0; platform_machine != 'armv7l'