diff --git a/pyproject.toml b/pyproject.toml index cfc4f85..259d94a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,8 +27,8 @@ dependencies = [ "pyarrow==20.0.0", "matplotlib~=3.10.3", "pandas~=1.5.3", - "numpy==1.26.4", - "jupyter-bokeh~=3.0.7", + "numpy~=1.26.4", + "jupyter-bokeh~=4.0.5", ] [project.optional-dependencies] @@ -37,7 +37,7 @@ dev = [ "black~=22.12.0", "click==8.0.4", "joblib~=1.2.0", - "jupyterlab~=3.5.3", + "jupyterlab~=4.4.4", "numpydoc==1.5.0", "pylint==3.2.0", "pytest~=7.2.1", diff --git a/requirements.txt b/requirements.txt index 66e9acc..ed414eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ JPype1==1.4.1 matplotlib==3.6.3 pandas==1.2.5 pyarrow==14.0.1 -jupyter-bokeh~=3.0.5 \ No newline at end of file +jupyter-bokeh~=4.0.5 \ No newline at end of file