diff --git a/Makefile b/Makefile index 91f2bcb..2931ddb 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 c1f2b96..c0d69d2 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