diff --git a/.devcontainer/image/stagefiles/python/requirements.txt b/.devcontainer/image/stagefiles/python/requirements.txt index 96778a9..63192f7 100644 --- a/.devcontainer/image/stagefiles/python/requirements.txt +++ b/.devcontainer/image/stagefiles/python/requirements.txt @@ -7,7 +7,7 @@ numpy>=1.23.5 # All python ipython==8.22.2 ipywidgets==8.0.4 -jupyterlab==4.1.5 +jupyterlab==4.2.5 matplotlib==3.8.4 pandas==1.5.2 pydantic==2.6.4 diff --git a/setup.cfg b/setup.cfg index de90303..f410beb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ install_requires = numpy>=1.23,<2 # 1.23 for aequitas | >1.26 for python 3.12+ ipython>=8.14 ipywidgets>=8.0 - jupyterlab>=4,<5 + jupyterlab>=4.2.5,<5 matplotlib>=3.6,<4 pandas>=1.5.0,<3 scikit-learn>=1.2.0,<2