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 fd16925 commit ad2b420Copy full SHA for ad2b420
pyproject.toml
@@ -22,7 +22,7 @@ classifiers = [
22
23
dependencies = [
24
"Jpype1==1.4.1",
25
- "pyarrow==7.0.0",
+ "pyarrow==12.0.0",
26
"matplotlib~=3.6.3",
27
"pandas~=1.5.3",
28
"numpy~=1.24.1",
@@ -37,7 +37,7 @@ dev = [
37
"joblib~=1.2.0",
38
"jupyterlab~=3.5.3",
39
"numpydoc==1.5.0",
40
41
"pylint==2.15.6",
42
"pytest~=7.2.1",
43
"pytest-benchmark==4.0.0",
requirements.txt
@@ -1,5 +1,5 @@
1
JPype1==1.4.1
2
matplotlib==3.5.1
3
pandas==1.2.5
4
-pyarrow==7.0.0
+pyarrow==12.0.0
5
bokeh==2.4.3
0 commit comments