From 2474e129af87cca33e14bffd63357c0167589637 Mon Sep 17 00:00:00 2001 From: Marcus Meyer <marcusmeyer@posteo.de> Date: Tue, 28 Sep 2021 09:29:34 +0200 Subject: [PATCH] Update environment.yml Set bokeh version to 2.4.0 to match newest JupyterLab Image --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 2b1fca3..c22af46 100644 --- a/environment.yml +++ b/environment.yml @@ -2,4 +2,4 @@ name: base channels: - conda-forge dependencies: - - bokeh==2.0.1 + - bokeh==2.4.0 -- GitLab