We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf1d9e commit e503d4aCopy full SHA for e503d4a
requirements.txt
@@ -27,7 +27,9 @@ pycoingecko==3.2.0
27
jinja2==3.1.6
28
joblib==1.5.1
29
rich==14.1.0
30
-pyarrow==21.0.0; platform_machine != 'armv7l'
+pyarrow==21.0.0; platform_machine != 'armv7l' and platform_machine != "aarch64"
31
+# TODO: downgrade for aarch64 until https://github.com/apache/arrow/issues/47229 is resolved
32
+pyarrow==20.0.0; platform_machine == "aarch64"
33
34
# Load ticker files 30% faster
35
python-rapidjson==1.21
0 commit comments