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.
3.0.5
4.0.5
1 parent 55f877c commit 1e57d0eCopy full SHA for 1e57d0e
pyproject.toml
@@ -27,8 +27,8 @@ dependencies = [
27
"pyarrow==20.0.0",
28
"matplotlib~=3.10.3",
29
"pandas~=1.5.3",
30
- "numpy==1.26.4",
31
- "jupyter-bokeh~=3.0.7",
+ "numpy~=1.26.4",
+ "jupyter-bokeh~=4.0.5",
32
]
33
34
[project.optional-dependencies]
@@ -37,7 +37,7 @@ dev = [
37
"black~=22.12.0",
38
"click==8.0.4",
39
"joblib~=1.2.0",
40
- "jupyterlab~=3.5.3",
+ "jupyterlab~=4.4.4",
41
"numpydoc==1.5.0",
42
"pylint==3.2.0",
43
"pytest~=7.2.1",
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