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 d16ff9e commit 01615b2Copy full SHA for 01615b2
pyproject.toml
@@ -27,7 +27,7 @@ dependencies = [
27
"matplotlib~=3.6.3",
28
"pandas~=1.5.3",
29
"numpy~=1.24.1",
30
- "jupyter-bokeh~=3.0.5",
+ "jupyter-bokeh~=4.0.5",
31
]
32
33
[project.optional-dependencies]
requirements.txt
@@ -2,4 +2,4 @@ JPype1==1.4.1
2
matplotlib==3.6.3
3
pandas==1.2.5
4
pyarrow==14.0.1
5
-jupyter-bokeh~=3.0.5
+jupyter-bokeh~=4.0.5
0 commit comments