From a3251b7cb31c690aa47c5d69ef44cbdc3c528e55 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Fri, 13 Dec 2024 11:07:47 +0100 Subject: [PATCH] redux --- .binder/environment-python_and_r.yml | 6 +----- .binder/environment.yml | 11 ++++++----- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.binder/environment-python_and_r.yml b/.binder/environment-python_and_r.yml index 25cfa373..0aee25ca 100644 --- a/.binder/environment-python_and_r.yml +++ b/.binder/environment-python_and_r.yml @@ -3,8 +3,6 @@ channels: - conda-forge dependencies: - python=3.13 - - bagit - - bokeh - cartopy - cf_xarray - cf-units @@ -23,10 +21,8 @@ dependencies: - ipyleaflet - ipywidgets - jupyter - - jupyter-book >=0.12.1 - - jupyterlab - lxml - - matplotlib + - matplotlib-core - nbclassic - netcdf4 - numpy diff --git a/.binder/environment.yml b/.binder/environment.yml index 3a5f6ab3..8ec6b524 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -3,8 +3,6 @@ channels: - conda-forge dependencies: - python=3.13 - - bagit - - bokeh - cartopy - cf_xarray - cf-units @@ -23,10 +21,8 @@ dependencies: - ipyleaflet - ipywidgets - jupyter - - jupyter-book >=0.12.1 - - jupyterlab - lxml - - matplotlib + - matplotlib-core - nbclassic - netcdf4 - numpy @@ -48,3 +44,8 @@ dependencies: - tqdm - xarray - zarr +platforms: + - linux-64 + - osx-64 + - osx-arm64 + - win-64