From f9bd11f6fb10a6d59d66af56b9b7160275a3e7a7 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 20 Dec 2024 06:29:42 +0100 Subject: [PATCH] chore: blosc2 only supports python 3.11+ --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 671941882..9af056395 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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