From fb4db6f61b9c140e77bb517ded11f961a310c9bf Mon Sep 17 00:00:00 2001 From: BenSchZA Date: Wed, 14 Aug 2024 12:09:38 +0100 Subject: [PATCH] Fix Jupyter Lab dependency errors --- Makefile | 2 +- requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 91f2bcb8..2931ddbc 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ kernel: python3 -m ipykernel install --user --name python-cadlabs-eth-model --display-name "Python (CADLabs Ethereum Model)" plotly: - jupyter labextension install jupyterlab-plotly@4.14.3 + jupyter labextension install jupyterlab-plotly@5.23.0 start-lab: jupyter lab diff --git a/requirements.txt b/requirements.txt index c1f2b96b..c0d69d2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,16 +2,16 @@ radcad==0.8.4 pytest==8.3.2 ipykernel==6.29.5 matplotlib==3.5.0 -plotly==4.14.3 +plotly==5.23.0 stochastic==0.6.0 typing_extensions==4.12.2 black==20.8b1 ipython-autotime==0.3.1 jupyter-dash==0.4.0 # jupyter-client -jupyterlab==4.2.4 +jupyterlab<4 ipywidgets==8.1.3 -notebook==7.2.1 +notebook<7 pdoc3==0.9.2 jupyter-book==1.0.2 psutil==5.8.0 @@ -25,6 +25,6 @@ tqdm==4.61.0 diskcache==5.2.1 pylint==2.8.3 python-dotenv==0.19.0 -jupyterlab-spellchecker==0.8.4 +jupyterlab-spellchecker<0.8 Werkzeug==2.0.3 click==8.0.4