Skip to content

Commit ad2b420

Browse files
authored
Upgrade pyarrow 7.0.0 -> 12.0.0 (#159)
1 parent fd16925 commit ad2b420

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222

2323
dependencies = [
2424
"Jpype1==1.4.1",
25-
"pyarrow==7.0.0",
25+
"pyarrow==12.0.0",
2626
"matplotlib~=3.6.3",
2727
"pandas~=1.5.3",
2828
"numpy~=1.24.1",
@@ -37,7 +37,7 @@ dev = [
3737
"joblib~=1.2.0",
3838
"jupyterlab~=3.5.3",
3939
"numpydoc==1.5.0",
40-
"pyarrow==7.0.0",
40+
"pyarrow==12.0.0",
4141
"pylint==2.15.6",
4242
"pytest~=7.2.1",
4343
"pytest-benchmark==4.0.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
JPype1==1.4.1
22
matplotlib==3.5.1
33
pandas==1.2.5
4-
pyarrow==7.0.0
4+
pyarrow==12.0.0
55
bokeh==2.4.3

0 commit comments

Comments
 (0)