Skip to content

Commit 7eae4d1

Browse files
authored
Update pyarrow and pillow dependencies (#187)
1 parent 509465d commit 7eae4d1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

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

2424
dependencies = [
2525
"Jpype1==1.4.1",
26-
"pyarrow==12.0.0",
26+
"pyarrow==14.0.1",
2727
"matplotlib~=3.6.3",
2828
"pandas~=1.5.3",
2929
"numpy~=1.24.1",
@@ -38,7 +38,7 @@ dev = [
3838
"joblib~=1.2.0",
3939
"jupyterlab~=3.5.3",
4040
"numpydoc==1.5.0",
41-
"pyarrow==12.0.0",
41+
"pyarrow==14.0.1",
4242
"pylint==2.15.6",
4343
"pytest~=7.2.1",
4444
"pytest-benchmark==4.0.0",

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
JPype1==1.4.1
2-
matplotlib==3.5.1
2+
matplotlib==3.6.3
33
pandas==1.2.5
4-
pyarrow==12.0.0
5-
bokeh==2.4.3
4+
pyarrow==14.0.1
5+
jupyter-bokeh~=3.0.5

0 commit comments

Comments
 (0)