From 14017c20bbc8e0d799b35a0ef11cada91d74f309 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Fri, 13 Dec 2024 13:47:47 +0100 Subject: [PATCH] re-add bokeh --- .binder/environment-python_and_r.yml | 1 + .binder/environment.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.binder/environment-python_and_r.yml b/.binder/environment-python_and_r.yml index 4f5247a1..22e5e371 100644 --- a/.binder/environment-python_and_r.yml +++ b/.binder/environment-python_and_r.yml @@ -3,6 +3,7 @@ channels: - conda-forge dependencies: - python=3.13 + - bokeh - cartopy - cf_xarray - cf-units diff --git a/.binder/environment.yml b/.binder/environment.yml index 89ec9ace..18092935 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -3,6 +3,7 @@ channels: - conda-forge dependencies: - python=3.13 + - bokeh - cartopy - cf_xarray - cf-units