From 964ed8099c600959c38082a8d99faa15f941f1b9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 3 Nov 2025 11:59:18 +0100 Subject: [PATCH] chore: remove workaround dependency pin for aarch64 --- requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index c81194661..a10ecc5c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,9 +25,8 @@ pycoingecko==3.2.0 jinja2==3.1.6 joblib==1.5.2 rich==14.2.0 -pyarrow==21.0.0; platform_machine != 'armv7l' and platform_machine != "aarch64" -# TODO: downgrade for aarch64 until https://github.com/apache/arrow/issues/47229 is resolved -pyarrow==22.0.0; platform_machine == "aarch64" +pyarrow==22.0.0; platform_machine != 'armv7l' + # Load ticker files 30% faster python-rapidjson==1.22