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