From 5a760c09ca1cccaad3aac7f233a390a9ffdafcdb Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 26 Feb 2021 07:52:26 +0100 Subject: [PATCH] Update main Binder to remove rc channels --- binder/environment.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/binder/environment.yml b/binder/environment.yml index c5b6fdd36..fd6ed067f 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -1,16 +1,11 @@ name: jupyterlab-classic channels: -- conda-forge/label/jupyterlab_rc -- conda-forge/label/jupyterlab_server_rc -- conda-forge/label/jupyterlab_widgets_rc - conda-forge dependencies: -- ipywidgets=7 +- ipywidgets=7.6 - jupyterlab=3 -- jupyterlab_widgets=1 - jupyterlab-python-file - matplotlib - numpy - nodejs -- tornado>=6.1 - xeus-python