From c3e81f2dd9aacaaa82474f51082ffce2f144485c Mon Sep 17 00:00:00 2001 From: Eli Holmes - NOAA Date: Sat, 12 Oct 2024 13:12:38 -0700 Subject: [PATCH] remove jupyter_contrib_nbextensions In the environment.yml. Causes the image not to build. Also I think the jupyter-singleuser line in environment.yml is out of date. --- environment.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/environment.yml b/environment.yml index 10d9a47..5180c74 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,6 @@ channels: - conda-forge dependencies: - - jupyter_contrib_nbextensions==0.5.1 # Required until https://github.com/jupyterhub/repo2docker/pull/1196 is merged - jupyterhub-singleuser>=3.0,<4.0 # Set default python version to 3.10 - repo2docker sets it to 3.7 instead by default,