Skip to content

Commit 6731d6c

Browse files
authored
Merge pull request freqtrade#8616 from freqtrade/dependabot/pip/develop/pyarrow-12.0.0
Bump pyarrow from 11.0.0 to 12.0.0
2 parents d02cf8f + 55777eb commit 6731d6c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tables==3.8.0
2323
blosc==1.11.1
2424
joblib==1.2.0
2525
rich==13.3.5
26-
pyarrow==11.0.0; platform_machine != 'armv7l'
26+
pyarrow==12.0.0; platform_machine != 'armv7l'
2727

2828
# find first, C search in arrays
2929
py_find_1st==1.1.5

0 commit comments

Comments
 (0)