diff --git a/binder/environment.yml b/binder/environment.yml index d1ef711..b7ef0f9 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -8,17 +8,16 @@ channels: - conda-forge dependencies: # Jupyter dependencies - - jupyterhub>=1.5,<2 - - jupyterlab>=3.2,<4 - - jupyter-resource-usage - - jupyterlab-topbar - - jupyterlab-topbar-text - - jupyterlab-system-monitor - - nodejs + - jupyterhub>=4.1.6,<5 + - jupyterlab>=4.4,<5 + - notebook>=7.4,<8 + - jupyter-resource-usage>=1,<2 + - jupyterlab-topbar-text >=1.1.0,<2 + - nodejs>=20 # Python environment - - python>=3.8 + - python>=3.10 - pip - - ipywidgets>=7.6,<8 + - ipywidgets>=8,<9 - numpy - pandas - scipy @@ -28,9 +27,7 @@ dependencies: # Jupyter archive # https://github.com/jupyterlab-contrib/jupyter-archive - jupyter-archive + - jupyterlab-variableinspector - pip: # Print module version - watermark - # JupyterLab Variable inspector - # https://github.com/lckr/jupyterlab-variableInspector - - lckr-jupyterlab-variableinspector