Merge pull request #12474 from freqtrade/dependabot/pip/develop/pyarrow-22.0.0

chore(deps): bump pyarrow from 20.0.0 to 22.0.0
This commit is contained in:
Matthias
2025-11-03 16:54:29 +01:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -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==20.0.0; platform_machine == "aarch64"
pyarrow==22.0.0; platform_machine != 'armv7l'
# Load ticker files 30% faster
python-rapidjson==1.22