From ee3f707922242d7c0d52a1981c2e540192de7c31 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 10 Dec 2020 01:11:38 +0100 Subject: [PATCH] Pin tornado on binder for now --- binder/environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/binder/environment.yml b/binder/environment.yml index 4b264e7d3..c5b6fdd36 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -12,4 +12,5 @@ dependencies: - matplotlib - numpy - nodejs +- tornado>=6.1 - xeus-python