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